VeriStand .NET API Reference

RawDataBasedFrame.EnableFrameCyclicTrigger Property

Gets or sets whether a frame cyclic trigger, which transmits outgoing frames when TriggerChannel has a non-zero value, 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 EnableFrameCyclicTrigger As Boolean
C#
public virtual bool EnableFrameCyclicTrigger { get; set; }
Visual C++
public:
virtual property bool EnableFrameCyclicTrigger {
	bool get ();
	void set (bool value);
}

Property Value

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

Remarks

This property is valid only for outgoing cyclic frames.

See Also

Log in to get a better experience