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

schAsstRemoveAllProbes

schAsstRemoveAllProbes(
[ w_windowId ]
)
=> t

Description

Deletes all probes in the Schematic assistant.

Arguments

w_windowId

Window containing the Schematic assistant.

Value Returned

Always returns t.

Examples

Deletes active probes in the Schematic assistant.

; select wire
schAsstProbeSelected()
; select pin
schAsstProbeSelected()

schAsstRemoveAllProbes()


Return to top
 ⠀
X