VeriStand .NET API Reference

ModelParameter Constructor

Initializes a new instance of ModelParameter with the specified parameter and expression.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub New ( _
	parameter As ModelParamType, _
	expression As String _
)
C#
public ModelParameter(
	ModelParamType parameter,
	string expression
)
Visual C++
public:
ModelParameter(
	ModelParamType^ parameter, 
	String^ expression
)

Parameters

parameter
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.ModelSupport.ModelParamType
The model parameter.
expression
Type: System.String
The expression of the model parameter.

See Also

Log in to get a better experience