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

schGetSignalTypeIntegrity

schGetSignalTypeIntegrity( 
t_netSigType
t_termNetSigType
t_termDirection
)
=> t_severity / nil

Description

Gets the conflict severity for signal type integrity check for connections between nets of specified signal type, and instance pins of specified signal type and direction.

Arguments

t_netSigType

The specified signal type.

t_termNetSigType

The terminal net signal type.

t_termDirection

The terminal direction.

Value Returned

t_severity

Conflict severity.

nil

Command failed.

Examples

schGetSignalTypeIntegrity("tieOff" "scan" "inputOutput")
==> "error"

Related Topics

schSetSignalTypeIntegrity


Return to top
 ⠀
X