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

geRegCrossProbeTrigger

geRegCrossProbeTrigger(
g_ilFunc
x_priority
t_name
)
=> t / nil

Description

Registers a trigger function for cross probing.

Arguments

g_ilFunc

The symbol of the client’s cross probe trigger function.

x_priority

An integer representing the trigger priority.

t_name

A string used for identification only.

Value Returned

t

Registers a trigger function for cross probing.

nil

Does not register a trigger function.

Examples

Registers the trigger function myXProbeTrigger as priority 1 for cross probing.

geRegCrossProbeTrigger(’myXProbeTrigger 1 "DEMO")

Related Topics

Probe Functions

Probe File Format


Return to top
 ⠀
X