VeriStand .NET API Reference

TimeDifference.InitialValue Property

Gets or sets the initial value of the Time Difference channel. This property only represents an initial value for the channel, and does not actually enhance or delay frame transmission.

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 double InitialValue {
	double get ();
	void set (double value);
}

Property Value

The initial value of the channel.

See Also

Log in to get a better experience