ElectricalFormat Class¶
-
class
NXOpen.Routing.Electrical.ElectricalFormat¶ Bases:
NXOpen.TaggedObjectRepresents a Routing Electrical ElectricalFormat.
To create an instance of this class use
NXOpen.Routing.Electrical.ElectricalFormatCollectionNew in version NX5.0.1.
Properties¶
| Property | Description |
|---|---|
| FormatType | Returns or sets the type of NXOpen.Routing.Electrical.ElectricalFormat |
| Name | Returns or sets the name of NXOpen.Routing.Electrical.ElectricalFormat |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| ElectricalFormatType Enumeration | Describes how system reports the lengths of the stock. |
Property Detail¶
FormatType¶
-
ElectricalFormat.FormatType¶ Returns or sets the type of
NXOpen.Routing.Electrical.ElectricalFormat-------------------------------------Getter Method
Signature
FormatTypeReturns: Return type: NXOpen.Routing.Electrical.ElectricalFormatTypeNew in version NX5.0.1.
License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)
-------------------------------------Setter Method
Signature
FormatTypeParameters: type ( NXOpen.Routing.Electrical.ElectricalFormatType) –New in version NX5.0.1.
License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)
Name¶
-
ElectricalFormat.Name¶ Returns or sets the name of
NXOpen.Routing.Electrical.ElectricalFormat-------------------------------------Getter Method
Signature
NameReturns: Return type: str New in version NX5.0.1.
License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)
-------------------------------------Setter Method
Signature
NameParameters: name (str) – New in version NX5.0.1.
License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)