SignalBasedFrame.EnableSoftwareCyclicTrigger Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
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.SystemDefinitionAPIAssembly: 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.