NXOpen .NET Reference  12.0.0
Classes | Public Types | Public Member Functions | Properties | List of all members
NXOpen.Mechatronics.MATLABClientBuilder Class Reference

Represents a NXOpen.Mechatronics.MATLABClientBuilder More...

Inheritance diagram for NXOpen.Mechatronics.MATLABClientBuilder:
NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder

Classes

struct  _SignalData
 Defines the signal data.
 
struct  _TagAttribute
 the attribute of MATLAB item.
 
struct  _TagInfo
 Represents MATLABTag info definition structure.
 
struct  SignalData
 Defines the signal data. More...
 
struct  TagAttribute
 the attribute of MATLAB item. More...
 
struct  TagInfo
 Represents MATLABTag info definition structure. More...
 

Public Types

enum  DataType { Bool, Int, Double }
 Represents the data type. More...
 
enum  DataPortType { Input, Output }
 Represents the data port type. More...
 

Public Member Functions

unsafe
NXOpen.Mechatronics.MATLABClientBuilder.TagInfo[] 
GetServerTags (string serverName)
 Gets MATLAB instance Tags More...
 
unsafe void GetAvailableItems (out string[] signalName, out NXOpen.Mechatronics.MATLABClientBuilder.DataType[] signalType)
 Get the available MATLAB items. More...
 
unsafe void SetAvailableItems (string[] signalName, NXOpen.Mechatronics.MATLABClientBuilder.DataType[] signalType)
 Set the available MATLAB items. More...
 
unsafe void GetItemAttributes (out NXOpen.Mechatronics.MATLABClientBuilder.TagAttribute[] attr)
 Get the attribute of MATLAB items More...
 
unsafe void SetItemAttributes (NXOpen.Mechatronics.MATLABClientBuilder.TagAttribute[] attr)
 Set the attribute of MATLAB items More...
 
unsafe void GetMATLABInformation (string instanceName, out NXOpen.Mechatronics.MATLABClientBuilder.TagInfo[] tagInfos)
 Get the object information into MATLAB Data More...
 
unsafe void SetMATLABInformation (string instanceName, NXOpen.Mechatronics.MATLABClientBuilder.TagInfo[] tagInfos)
 Set the object information into MATLAB Data More...
 
- 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...
 

Properties

unsafe string MATLABServerProgID [get, set]
 Returns or sets the MATLAB server prog ID. More...
 
unsafe string MatlabFileBrowser [get, set]
 Returns or sets the simulink file browser. More...
 
unsafe string SelectedConfigurationName [get, set]
 Returns or sets the selected configuration name. More...
 
unsafe NXOpen.Part SelectedConfigurationPart [get, set]
 Returns or sets the selected configuration part. More...
 
unsafe NXOpen.Expression UpdateTime [get]
 Returns the update time. More...
 

Detailed Description

Represents a NXOpen.Mechatronics.MATLABClientBuilder

This class is sub-object of another builder, and cannot be directly instantiated.

Created in NX11.0.0

Member Enumeration Documentation

Represents the data port type.

Enumerator
Input 

Input

Output 

Output

Represents the data type.

Enumerator
Bool 

bool

Int 

int

Double 

double

Member Function Documentation

unsafe void NXOpen.Mechatronics.MATLABClientBuilder.GetAvailableItems ( out string[]  signalName,
out NXOpen.Mechatronics.MATLABClientBuilder.DataType[]  signalType 
)

Get the available MATLAB items.

Created in NX11.0.0

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
signalName
signalType
unsafe void NXOpen.Mechatronics.MATLABClientBuilder.GetItemAttributes ( out NXOpen.Mechatronics.MATLABClientBuilder.TagAttribute[]  attr)

Get the attribute of MATLAB items

Created in NX11.0.0

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
attr
unsafe void NXOpen.Mechatronics.MATLABClientBuilder.GetMATLABInformation ( string  instanceName,
out NXOpen.Mechatronics.MATLABClientBuilder.TagInfo[]  tagInfos 
)

Get the object information into MATLAB Data

Created in NX12.0.0

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
instanceName
tagInfosArray of TagInfos
unsafe NXOpen.Mechatronics.MATLABClientBuilder.TagInfo [] NXOpen.Mechatronics.MATLABClientBuilder.GetServerTags ( string  serverName)

Gets MATLAB instance Tags

Created in NX12.0.0

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
serverName
Returns
Array of TagInfos
unsafe void NXOpen.Mechatronics.MATLABClientBuilder.SetAvailableItems ( string[]  signalName,
NXOpen.Mechatronics.MATLABClientBuilder.DataType[]  signalType 
)

Set the available MATLAB items.

Created in NX11.0.0

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
signalName
signalType
unsafe void NXOpen.Mechatronics.MATLABClientBuilder.SetItemAttributes ( NXOpen.Mechatronics.MATLABClientBuilder.TagAttribute[]  attr)

Set the attribute of MATLAB items

Created in NX11.0.0

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
attr
unsafe void NXOpen.Mechatronics.MATLABClientBuilder.SetMATLABInformation ( string  instanceName,
NXOpen.Mechatronics.MATLABClientBuilder.TagInfo[]  tagInfos 
)

Set the object information into MATLAB Data

Created in NX12.0.0

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
instanceName
tagInfosArray of TagInfos

Property Documentation

unsafe string NXOpen.Mechatronics.MATLABClientBuilder.MatlabFileBrowser
getset

Returns or sets the simulink file browser.

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

unsafe string NXOpen.Mechatronics.MATLABClientBuilder.MATLABServerProgID
getset

Returns or sets the MATLAB server prog ID.

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

unsafe string NXOpen.Mechatronics.MATLABClientBuilder.SelectedConfigurationName
getset

Returns or sets the selected configuration name.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

unsafe NXOpen.Part NXOpen.Mechatronics.MATLABClientBuilder.SelectedConfigurationPart
getset

Returns or sets the selected configuration part.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

unsafe NXOpen.Expression NXOpen.Mechatronics.MATLABClientBuilder.UpdateTime
get

Returns the update time.

Created in NX11.0.0

License requirements: None.


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