dbSoftConnectTermHasPinlessLayer
dbSoftConnectTermHasPinlessLayer (
d_termId
)
=> t / nil
Description
Checks if the given terminal has the softConnect pinlessTerminalLayer attribute set.
If the given terminal is not a softConnect terminal, nil is returned.
Arguments
Value Returned
|
The terminal has the |
|
|
The terminal is not a |
Examples
dbSoftConnectTermHasPinlessLayer( term )=> t
Related Topics
Soft Connect Terminal Functions
Return to top