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

Represents a Mechatronics.MATLABSignalConnectionBuilder More...

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

Public Types

enum  DataType {
  Unknown, Int, Double, Bool,
  String
}
 Represents the OPC signal data type. More...
 

Properties

unsafe
NXOpen.Mechatronics.SignalAdapter 
AdapterIdentify [get, set]
 Returns or sets the adapter object. More...
 
unsafe string MATLABSignalName [get, set]
 Returns or sets the MATLAB signal name. More...
 
unsafe
NXOpen.Mechatronics.MATLABClientBuilder.DataPortType 
MATLABSignalPort [get, set]
 Returns or sets the MATLAB signal port type. More...
 
unsafe
NXOpen.Mechatronics.MATLABSignalConnectionBuilder.DataType 
MATLABSignalType [get, set]
 Returns or sets the MATLAB signal type. More...
 
unsafe string ModelName [get, set]
 Returns or sets the matlab model name. More...
 
unsafe string ResultName [get, set]
 Returns or sets the mapping result name. More...
 
unsafe NXOpen.NXObject SignalIdentify [get, set]
 Returns or sets the signal object. More...
 
unsafe int StreamIO [get, set]
 Returns or sets the mapping direction. 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 Mechatronics.MATLABSignalConnectionBuilder

To create a new instance of this class, use NXOpen.Mechatronics.MATLABSignalConnectionCollection.CreateSignalConnectionBuilder

Created in NX11.0.0

Deprecated in NX1899.0.0. Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder instead.

Member Enumeration Documentation

Represents the OPC signal data type.

Enumerator
Unknown 

unknown

Int 

integer

Double 

float

Bool 

boolean

String 

string

Property Documentation

unsafe NXOpen.Mechatronics.SignalAdapter NXOpen.Mechatronics.MATLABSignalConnectionBuilder.AdapterIdentify
getset

Returns or sets the adapter object.

Created in NX11.0.0

Deprecated in NX1899.0.0. Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder.Adapter instead.

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 string NXOpen.Mechatronics.MATLABSignalConnectionBuilder.MATLABSignalName
getset

Returns or sets the MATLAB signal name.

Created in NX11.0.0

Deprecated in NX1899.0.0. Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder.ExternalSignalName instead.

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.Mechatronics.MATLABClientBuilder.DataPortType NXOpen.Mechatronics.MATLABSignalConnectionBuilder.MATLABSignalPort
getset

Returns or sets the MATLAB signal port type.

Created in NX11.0.0

Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.

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.Mechatronics.MATLABSignalConnectionBuilder.DataType NXOpen.Mechatronics.MATLABSignalConnectionBuilder.MATLABSignalType
getset

Returns or sets the MATLAB signal type.

Created in NX11.0.0

Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.

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 string NXOpen.Mechatronics.MATLABSignalConnectionBuilder.ModelName
getset

Returns or sets the matlab model name.

Created in NX11.0.0

Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.

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 string NXOpen.Mechatronics.MATLABSignalConnectionBuilder.ResultName
getset

Returns or sets the mapping result name.

Created in NX11.0.0

Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.

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.NXObject NXOpen.Mechatronics.MATLABSignalConnectionBuilder.SignalIdentify
getset

Returns or sets the signal object.

Created in NX11.0.0

Deprecated in NX1899.0.0. Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder.Signal instead.

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.MATLABSignalConnectionBuilder.StreamIO
getset

Returns or sets the mapping direction.

0 represent input, 1 represent output

Created in NX11.0.0

Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.

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.