dbCellViewHasEquivalentConnectivityTime
dbCellViewHasEquivalentConnectivityTime(
d_cvId
)
=> t / nil
Description
Checks whether the equivalent connectivity time is set on the specified cellview.
Arguments
Value Returned
|
A valid equivalent connectivity time is set on the specified cellview. |
|
|
Equivalent connectivity time is not set on the specified cellview. |
Example
Confirms that the equivalent connectivity time is not set on the cellview cvId.
dbCellViewHasEquivalentConnectivityTime(cvId) => nil
Related Topics
Equivalent Connectivity Time Functions
Return to top