PinElectrical Field

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

Summary

Electrical Type.

Description

Returns all Pin objects having an Electrical Type property that complies with the Query.

Note: The PinElectrical property is only defined for Pin objects.

Syntax

PinElectrical = ElectricalType_String

PinElectrical <> ElectricalType_String

ElectricalType_String must be one of the strings from the following list:

'Emitter' , 'HiZ' , 'Input' , 'IO' , 'OpenCollector' , 'Output' , 'Passive' , 'Power' , 'VHDL-Buffer' , 'VHDL-Port'

Note: The single quote characters (') shown at the start and end of each ElectricalType_String are both mandatory.

Examples

PinElectrical = 'Passive'

Returns all Pin objects that have a 'Passive' Electrical Type property.

 

PinElectrical <> 'HiZ'

Returns all objects except Pin objects that have a 'HiZ' Electrical Type property. (Only Pin objects have a PinElectrical property, so all remaining types of objects do not have a 'HiZ' PinElectrical property, and are thus also returned by this Query.)

Your Ad Here