ElectricalFormat Class

class NXOpen.Routing.Electrical.ElectricalFormat

Bases: NXOpen.TaggedObject

Represents a Routing Electrical ElectricalFormat.

To create an instance of this class use NXOpen.Routing.Electrical.ElectricalFormatCollection

New 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 FormatType

Returns:
Return type:NXOpen.Routing.Electrical.ElectricalFormatType

New in version NX5.0.1.

License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)

-------------------------------------

Setter Method

Signature FormatType

Parameters: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 Name

Returns:
Return type:str

New in version NX5.0.1.

License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)

-------------------------------------

Setter Method

Signature Name

Parameters:name (str) –

New in version NX5.0.1.

License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)