schIsWire
schIsWire(
d_wireId
)
=> t / nil
Description
Checks if the specified object is a wire.
Arguments
Value Returned
Examples
Example: Click a wire segment in a schematic window, followed by these commands:
obj = css()
schIsWire(obj)
Click an instance in a schematic window, followed by the same commands:
obj = css()
schIsWire(obj)
Return to top