InclinometerBuilder Class

class NXOpen.Mechatronics.InclinometerBuilder

Bases: NXOpen.Mechatronics.PhysicsConstraintBuilder

Represents a NXOpen.Mechatronics.Inclinometer builder.

To create a new instance of this class, use NXOpen.Mechatronics.InclinometerCollection.CreateInclinometerBuilder()

New in version NX11.0.0.

Properties

Property Description
AngleType Returns or sets the angle type.
LowerOutputRange Returns the lower output range used to scale the Inclinometer data. Its measure type contains constant, voltage, current
LowerTrimRange Returns the lower trim range used to trim the Inclinometer data.
MeasureType Returns or sets the measure type.
Name Returns or sets the name.
Orientation Returns or sets the orientation.
RigidBody Returns the Rigid Body. This can be a NXOpen.Mechatronics.RigidBody.
Tag Returns the Tag for this object.
UpperOutputRange Returns the upper output range used to scale the Inclinometer data.
UpperTrimRange Returns the upper trim range used to trim the Inclinometer data.
UseScale Returns or sets the use scale flag, which is used to control if the inclinometer includes scale parameters.
UseTrim Returns or sets the use trim flag, which is used to control if the inclinometer includes trim parameters.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

AngleType

InclinometerBuilder.AngleType

Returns or sets the angle type.

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

Getter Method

Signature AngleType

Returns:
Return type:NXOpen.Mechatronics.InclinometerBuilderOutputAngleType

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

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

Setter Method

Signature AngleType

Parameters:angleType (NXOpen.Mechatronics.InclinometerBuilderOutputAngleType) –

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

LowerOutputRange

InclinometerBuilder.LowerOutputRange

Returns the lower output range used to scale the Inclinometer data. Its measure type contains constant, voltage, current

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

Getter Method

Signature LowerOutputRange

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

LowerTrimRange

InclinometerBuilder.LowerTrimRange

Returns the lower trim range used to trim the Inclinometer data.

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

Getter Method

Signature LowerTrimRange

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

MeasureType

InclinometerBuilder.MeasureType

Returns or sets the measure type.

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

Getter Method

Signature MeasureType

Returns:
Return type:NXOpen.Mechatronics.InclinometerBuilderOutputMeasureType

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

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

Setter Method

Signature MeasureType

Parameters:measureType (NXOpen.Mechatronics.InclinometerBuilderOutputMeasureType) –

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

Orientation

InclinometerBuilder.Orientation

Returns or sets the orientation.

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

Getter Method

Signature Orientation

Returns:
Return type:NXOpen.CoordinateSystem

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

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

Setter Method

Signature Orientation

Parameters:orientation (NXOpen.CoordinateSystem) –

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

RigidBody

InclinometerBuilder.RigidBody

Returns the Rigid Body. This can be a NXOpen.Mechatronics.RigidBody.

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

Getter Method

Signature RigidBody

Returns:
Return type:NXOpen.Mechatronics.SelectRigidBody

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

UpperOutputRange

InclinometerBuilder.UpperOutputRange

Returns the upper output range used to scale the Inclinometer data.

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

Getter Method

Signature UpperOutputRange

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

UpperTrimRange

InclinometerBuilder.UpperTrimRange

Returns the upper trim range used to trim the Inclinometer data.

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

Getter Method

Signature UpperTrimRange

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

UseScale

InclinometerBuilder.UseScale

Returns or sets the use scale flag, which is used to control if the inclinometer includes scale parameters.

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

Getter Method

Signature UseScale

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

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

Setter Method

Signature UseScale

Parameters:useScale (bool) –

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

UseTrim

InclinometerBuilder.UseTrim

Returns or sets the use trim flag, which is used to control if the inclinometer includes trim parameters.

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

Getter Method

Signature UseTrim

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

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

Setter Method

Signature UseTrim

Parameters:useTrim (bool) –

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

Method Detail

Validate

InclinometerBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.