Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

schAsstRemoveProbe

schAsstRemoveProbe(
[ w_windowId ]
)
=> t

Description

Deletes the probes of the selected figures in the Schematic assistant.

Arguments

w_windowId

Window containing the Schematic assistant.

Value Returned

Always returns t.

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
 ⠀
X