schAsstRemoveProbe
schAsstRemoveProbe(
[ w_windowId ]
)
=> t
Description
Deletes the probes of the selected figures in the Schematic assistant.
Arguments
Value Returned
Examples
Deletes all probes active on the selected figures in the Schematic assistant.
; select wire
schAsstProbeSelected()
; select pin
schAsstProbeSelected()
; select only the wire
schAsstRemoveProbe()
Return to top