display_wire_properties#
- Wire.display_wire_properties(name='', property_to_display='NetName', visibility='Name', location='Top')#
Display wire properties.
- Parameters:
- name
str,optional Wire name to display. Default value is
"".- property_to_display
str,optional Property to display. Choices are:
"NetName","PinCount","AlignMicrowavePorts","SchematicID","Segment0". Default value is"NetName".- visibility
str,optional Visibility type. Choices are
"Name","Value","Both","Evaluated Value","Evaluated Both". Default value is"Name".- location
str,optional Wire name location. Choices are
"Left","Top","Right","Bottom","Center". Default value is"Top".
- name
- Returns:
- bool
Truewhen successful,Falsewhen failed.