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
Value Returned
Examples
schGetSignalTypeIntegrity("tieOff" "scan" "inputOutput")
==> "error"
Related Topics
Return to top