Search Results for

    Show / Hide Table of Contents

    Class MATLABClientBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MATLABClientBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class MATLABClientBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    MATLABClientBuilder()

    Declaration
    protected MATLABClientBuilder()

    Properties

    MATLABCoSimType

    Declaration
    public MATLABClientBuilder.CoSimType MATLABCoSimType { get; set; }
    Property Value
    Type Description
    MATLABClientBuilder.CoSimType

    MATLABServerProgID

    Declaration
    public string MATLABServerProgID { get; set; }
    Property Value
    Type Description
    string

    MatlabFileBrowser

    Declaration
    public string MatlabFileBrowser { get; set; }
    Property Value
    Type Description
    string

    SelectedConfigurationName

    Declaration
    public string SelectedConfigurationName { get; set; }
    Property Value
    Type Description
    string

    SelectedConfigurationPart

    Declaration
    public Part SelectedConfigurationPart { get; set; }
    Property Value
    Type Description
    Part

    UpdateTime

    Declaration
    public Expression UpdateTime { get; }
    Property Value
    Type Description
    Expression

    Methods

    GetAvailableItems(out string[], out DataType[])

    Declaration
    public void GetAvailableItems(out string[] signalName, out MATLABClientBuilder.DataType[] signalType)
    Parameters
    Type Name Description
    string[] signalName
    DataType[] signalType

    GetItemAttributes(out TagAttribute[])

    Declaration
    public void GetItemAttributes(out MATLABClientBuilder.TagAttribute[] attr)
    Parameters
    Type Name Description
    TagAttribute[] attr

    GetMATLABInformation(string, out TagInfo[])

    Declaration
    public void GetMATLABInformation(string instanceName, out MATLABClientBuilder.TagInfo[] tagInfos)
    Parameters
    Type Name Description
    string instanceName
    TagInfo[] tagInfos

    GetMATLABInformationEx(string, out TagInfoEx[])

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Please use NXOpen.Mechatronics.MATLABClientBuilder.GetMATLABInformationExV2 instead.")]
    public void GetMATLABInformationEx(string instanceName, out MATLABClientBuilder.TagInfoEx[] tagInfos)
    Parameters
    Type Name Description
    string instanceName
    TagInfoEx[] tagInfos

    GetMATLABInformationExV2(string, Part, out TagInfoEx[])

    Declaration
    public void GetMATLABInformationExV2(string instanceName, Part ownerPart, out MATLABClientBuilder.TagInfoEx[] tagInfos)
    Parameters
    Type Name Description
    string instanceName
    Part ownerPart
    TagInfoEx[] tagInfos

    GetMATLABServerName(Part)

    Declaration
    public string GetMATLABServerName(Part ownerPart)
    Parameters
    Type Name Description
    Part ownerPart
    Returns
    Type Description
    string

    GetServerTags(string)

    Declaration
    public MATLABClientBuilder.TagInfo[] GetServerTags(string serverName)
    Parameters
    Type Name Description
    string serverName
    Returns
    Type Description
    TagInfo[]

    SetAvailableItems(string[], DataType[])

    Declaration
    public void SetAvailableItems(string[] signalName, MATLABClientBuilder.DataType[] signalType)
    Parameters
    Type Name Description
    string[] signalName
    DataType[] signalType

    SetItemAttributes(TagAttribute[])

    Declaration
    public void SetItemAttributes(MATLABClientBuilder.TagAttribute[] attr)
    Parameters
    Type Name Description
    TagAttribute[] attr

    SetMATLABInformation(string, TagInfo[])

    Declaration
    public void SetMATLABInformation(string instanceName, MATLABClientBuilder.TagInfo[] tagInfos)
    Parameters
    Type Name Description
    string instanceName
    TagInfo[] tagInfos

    SetMATLABInformationEx(string, TagInfoEx[])

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Please use NXOpen.Mechatronics.MATLABClientBuilder.SetMATLABInformationExV2 instead.")]
    public void SetMATLABInformationEx(string instanceName, MATLABClientBuilder.TagInfoEx[] tagInfos)
    Parameters
    Type Name Description
    string instanceName
    TagInfoEx[] tagInfos

    SetMATLABInformationExV2(string, Part, TagInfoEx[])

    Declaration
    public void SetMATLABInformationExV2(string instanceName, Part ownerPart, MATLABClientBuilder.TagInfoEx[] tagInfos)
    Parameters
    Type Name Description
    string instanceName
    Part ownerPart
    TagInfoEx[] tagInfos

    SetMATLABServerName(Part, string)

    Declaration
    public void SetMATLABServerName(Part ownerPart, string matlabServerProgID)
    Parameters
    Type Name Description
    Part ownerPart
    string matlabServerProgID

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX