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
|
The severity setting to be applied to the signal type (“ |
Value Returned
Examples
schSetSignalTypeIntegrity("tieOff" "scan" "inputOutput" "error")
==> t
Related Topics
Return to top