Class MATLABSignalConnectionBuilder
Inheritance
MATLABSignalConnectionBuilder
Assembly: NXOpen.dll
Syntax
[Obsolete("Deprecated in NX1899.0.0. Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder instead.")]
public class MATLABSignalConnectionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MATLABSignalConnectionBuilder()
Declaration
protected MATLABSignalConnectionBuilder()
Properties
AdapterIdentify
Declaration
[Obsolete("Deprecated in NX1899.0.0. Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder.Adapter instead.")]
public SignalAdapter AdapterIdentify { get; set; }
Property Value
MATLABSignalName
Declaration
[Obsolete("Deprecated in NX1899.0.0. Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder.ExternalSignalName instead.")]
public string MATLABSignalName { get; set; }
Property Value
MATLABSignalPort
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public MATLABClientBuilder.DataPortType MATLABSignalPort { get; set; }
Property Value
MATLABSignalType
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public MATLABSignalConnectionBuilder.DataType MATLABSignalType { get; set; }
Property Value
ModelName
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public string ModelName { get; set; }
Property Value
ResultName
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public string ResultName { get; set; }
Property Value
SignalIdentify
Declaration
[Obsolete("Deprecated in NX1899.0.0. Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder.Signal instead.")]
public NXObject SignalIdentify { get; set; }
Property Value
StreamIO
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public int StreamIO { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink