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

schSetSignalTypeIntegrity

schSetSignalTypeIntegrity( 
t_netSigType
t_termNetSigType
t_termDirection
t_severity
)
=> t / nil

Description

Sets the conflict severity for a signal type integrity check (available as part of Schematic Rule Checks) for connections between nets of a 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.

t_severity

The severity setting to be applied to the signal type (“ignored”, “warning” or “error”).

Value Returned

t

Signal type integrity successfully set.

nil

Command failed.

Examples

schSetSignalTypeIntegrity("tieOff" "scan" "inputOutput" "error")
==> t

Related Topics

schGetSignalTypeIntegrity


Return to top
 ⠀
X