VeriStand .NET API Reference

SignalBasedFrame.EnableSoftwareCyclicTrigger Property

Gets or sets whether a software cyclic trigger, which transmits outgoing frames at regular intervals specified by TransmitTime, is enabled for the frame.

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 EnableSoftwareCyclicTrigger As Boolean
C#
public virtual bool EnableSoftwareCyclicTrigger { get; set; }
Visual C++
public:
virtual property bool EnableSoftwareCyclicTrigger {
	bool get ();
	void set (bool value);
}

Property Value

true (True in Visual Basic) if a software cyclic trigger is enabled.

Remarks

This property is valid only for outgoing cyclic frames.

See Also

Log in to get a better experience