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

geProbeP

geProbeP( 
o_probe 
)
=> t / nil 

Description

Checks if the value passed in is a probe.

Arguments

o_probe

Handle to a probe object.

Value Returned

t

The object passed in is a probe.

nil

The object passed is not a probe.

Examples

if( geProbeP( myObject) then
warn( "Object %L is not a probe\n" myObject ) )

Related Topics

Probe Functions
Probe File Format

Return to top
 ⠀
X