NIRfsg.Triggers Property
- Updated2024-05-08
- 1 minute(s) read
NIRfsgTriggers Property
Gets the Triggers sub-object used to configure the NI-RFSG triggers.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgTriggers Triggers { get; }
Public ReadOnly Property Triggers As RfsgTriggers Get
Property Value
Type: RfsgTriggersReturns an object of type RfsgTriggers.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Triggers property was accessed after the associated NIRfsg object was disposed. |