TriggerType
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the Start trigger type.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgStartTriggerType TriggerType { get; set; }
Remarks
Specifies the RfsgStartTriggerType enumeration.
Depending upon the value of this property, more properties may be needed to fully configure the trigger.
To set this property, the NI-RFSG device must be in the Configuration state.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The TriggerType property was accessed after the associated NIRfsg object was disposed. |