VeriStand .NET API Reference

TransmitTime.TransmitTimeValue Property

Gets or sets the constant value to use as the transmit time, in seconds.

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 TransmitTimeValue As Double
C#
public double TransmitTimeValue { get; set; }
Visual C++
public:
property double TransmitTimeValue {
	double get ();
	void set (double value);
}

Property Value

The transmit time, in seconds.

See Also

Log in to get a better experience