display_wire_properties#

Wire.display_wire_properties(wire_name='', property_to_display='NetName', visibility='Name', location='Top')[source]#

Display wire properties.

Parameters:
wire_namestr, optional

Wire name to display. Default value is "".

property_to_displaystr, optional

Property to display. Choices are: "NetName", "PinCount", "AlignMicrowavePorts", "SchematicID", "Segment0". Default value is "NetName".

visibilitystr, optional

Visibility type. Choices are "Name", "Value", "Both", "Evaluated Value", "Evaluated Both". Default value is "Name".

locationstr, optional

Wire name location. Choices are "Left", "Top", "Right", "Bottom", "Center". Default value is "Top".

Returns:
bool

True when successful, False when failed.