NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.Mechatronics.GenericSensorBuilder Class Reference

Represents a NXOpen.Mechatronics.GenericSensor builder. More...

Inheritance diagram for NXOpen.Mechatronics.GenericSensorBuilder:
NXOpen.Mechatronics.PhysicsConstraintBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  OutputMeasureType { Constant, Voltage, Current }
 the Measure types. More...
 

Properties

unsafe NXOpen.Expression LowerOutputRange [get]
 Returns the lower output range used to scale the generic data. More...
 
unsafe NXOpen.Expression LowerTrimRange [get]
 Returns the lower trim range used to trim the generic data. More...
 
unsafe
NXOpen.Mechatronics.GenericSensorBuilder.OutputMeasureType 
MeasureType [get, set]
 Returns or sets the measure type. More...
 
unsafe int PersistentTag [get, set]
 Returns or sets the Persistent Tag used in the physics object More...
 
unsafe NXOpen.SelectNXObject SelectedPhysicsObject [get]
 Returns the physics select. More...
 
unsafe NXOpen.Expression UpperOutputRange [get]
 Returns the upper output range used to scale the generic data. More...
 
unsafe NXOpen.Expression UpperTrimRange [get]
 Returns the upper trim range used to trim the generic data. More...
 
unsafe bool UseScale [get, set]
 Returns or sets the use scale flag, which is used to control if the generic sensor includes scale parameters. More...
 
unsafe bool UseTrim [get, set]
 Returns or sets the use trim flag, which is used to control if the generic sensor includes trim parameters. More...
 
- Properties inherited from NXOpen.Mechatronics.PhysicsConstraintBuilder
unsafe string Name [get, set]
 Returns or sets the name. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Mechatronics.GenericSensor builder.

To create a new instance of this class, use NXOpen.Mechatronics.GenericSensorCollection.CreateGenericSensorBuilder

Created in NX11.0.0

Member Enumeration Documentation

the Measure types.

Enumerator
Constant 

MEASURE_UNITLESS

Voltage 

MEASURE_VOLTAGE

Current 

MEASURE_ELECTRIC_CURRENT

Property Documentation

unsafe NXOpen.Expression NXOpen.Mechatronics.GenericSensorBuilder.LowerOutputRange
get

Returns the lower output range used to scale the generic data.

Its measure type contains constant, voltage, current

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.GenericSensorBuilder.LowerTrimRange
get

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

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Mechatronics.GenericSensorBuilder.OutputMeasureType NXOpen.Mechatronics.GenericSensorBuilder.MeasureType
getset

Returns or sets the measure type.

Created in NX11.0.0

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe int NXOpen.Mechatronics.GenericSensorBuilder.PersistentTag
getset

Returns or sets the Persistent Tag used in the physics object

Created in NX11.0.0

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.SelectNXObject NXOpen.Mechatronics.GenericSensorBuilder.SelectedPhysicsObject
get

Returns the physics select.

This can be a physics object.

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.GenericSensorBuilder.UpperOutputRange
get

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

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.GenericSensorBuilder.UpperTrimRange
get

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

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe bool NXOpen.Mechatronics.GenericSensorBuilder.UseScale
getset

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

Created in NX11.0.0

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe bool NXOpen.Mechatronics.GenericSensorBuilder.UseTrim
getset

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

Created in NX11.0.0

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.