AccelerometerBuilder Class

class NXOpen.Mechatronics.AccelerometerBuilder

Bases: NXOpen.Mechatronics.PhysicsConstraintBuilder

Represents a NXOpen.Mechatronics.Accelerometer builder.

To create a new instance of this class, use NXOpen.Mechatronics.AccelerometerCollection.CreateAccelerometerBuilder()

New in version NX11.0.0.

Properties

Property Description
LowerAngularTrimRange
Returns the lower angular trim range used to trim the Accelerometer data.
LowerOutputRange
Returns the lower output range used to scale the Accelerometer data. Its measure type contains constant, voltage, current
LowerTrimRange
Returns the lower trim range used to trim the Accelerometer data.
MeasureType
Returns or sets the measure type.
Name Returns or sets the name.
RigidBody
Returns the Rigid Body. This can be a NXOpen.Mechatronics.RigidBody.
Tag Returns the Tag for this object.
UpperAngularTrimRange
Returns the upper angular trim range used to trim the Accelerometer data.
UpperOutputRange
Returns the upper output range used to scale the Accelerometer data.
UpperTrimRange
Returns the upper trim range used to trim the Accelerometer data.
UseScale
Returns or sets the use scale flag, which is used to control if the accelerometer includes scale parameters.
UseTrim
Returns or sets the use trim flag, which is used to control if the accelerometer 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.

Enumerations

AccelerometerBuilderOutputMeasureType Enumeration
the Measure types.

Property Detail

LowerAngularTrimRange

AccelerometerBuilder.LowerAngularTrimRange

Returns the lower angular trim range used to trim the Accelerometer data.

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

Getter Method

Signature LowerAngularTrimRange()

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

LowerOutputRange

AccelerometerBuilder.LowerOutputRange

Returns the lower output range used to scale the Accelerometer 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

AccelerometerBuilder.LowerTrimRange

Returns the lower trim range used to trim the Accelerometer 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

AccelerometerBuilder.MeasureType

Returns or sets the measure type.

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

Getter Method

Signature MeasureType()

Returns:
Return type:NXOpen.Mechatronics.AccelerometerBuilderOutputMeasureType

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

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

Setter Method

Signature MeasureType(measureType)

Parameters:measureType (NXOpen.Mechatronics.AccelerometerBuilderOutputMeasureType) –

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

RigidBody

AccelerometerBuilder.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”)

UpperAngularTrimRange

AccelerometerBuilder.UpperAngularTrimRange

Returns the upper angular trim range used to trim the Accelerometer data.

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

Getter Method

Signature UpperAngularTrimRange()

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

UpperOutputRange

AccelerometerBuilder.UpperOutputRange

Returns the upper output range used to scale the Accelerometer 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

AccelerometerBuilder.UpperTrimRange

Returns the upper trim range used to trim the Accelerometer 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

AccelerometerBuilder.UseScale

Returns or sets the use scale flag, which is used to control if the accelerometer 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(useScale)

Parameters:useScale (bool) –

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

UseTrim

AccelerometerBuilder.UseTrim

Returns or sets the use trim flag, which is used to control if the accelerometer 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(useTrim)

Parameters:useTrim (bool) –

New in version NX11.0.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

Method Detail

Validate

AccelerometerBuilder.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.