Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geSetTCProbeDisplayStyle

geSetTCProbeDisplayStyle( 
d_probeId
g_trueColorProbeVal
g_probeHighlightVal
) 
=> t / nil

Description

Sets the trueColorProbeVal and probeHighlightVal options of the specified probeId.

Arguments

d_probeId

The database ID of the specified probe.

g_trueColorProbeVal

Indicates whether the true color probe will be drawn or not.

g_probeHighlightVal

Indicates whether the probe highlight will be drawn or not.

Value Returned

t

The specified values have been successfully set to the specified probeId.

nil

The specified values have not been successfully set to the specified probeId.

Examples

myProbe = geMakeProbeWithColor(?window win ?name "myProbe" ?object '("n1") ?color list( "hilite" 
"drawing7" ) ?probeType "net")
geSetTCProbeDisplayStyle(myProbe t t)

Related Topics

Edit and Display Functions


Return to top
 ⠀
X