SignalBasedFrame.EnableFrameCyclicTrigger Property
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
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.SystemDefinitionAPIAssembly: 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.