VeriStand .NET API Reference

SignalBasedFrame.TransmitTime Property

Gets or sets the interval, in seconds, at which a software cyclic trigger transmits outgoing frames when EnableSoftwareCyclicTrigger is true (True in Visual Basic).

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

Property Value

The transmit time, in seconds.

See Also

Log in to get a better experience