VeriStand .NET API Reference

Outport.InitialValue Property

Gets or sets the initial value of the model outport.

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 Property InitialValue As Double(,)
C#
public double[,] InitialValue { get; set; }
Visual C++
public:
property array<double,2>^ InitialValue {
	array<double,2>^ get ();
	void set (array<double,2>^ value);
}

Property Value

The initial value of the outport.

See Also

Log in to get a better experience