Source
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the source terminal for the Start trigger.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgDigitalEdgeStartTriggerSource Source { get; set; }
Remarks
Specifies an object of type RfsgDigitalEdgeStartTriggerSource.
This property is used when TriggerType is set to DigitalEdge.
This property is not case-sensitive. To set this property, the NI-RFSG device must be in the Configuration state.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Source property was accessed after the associated NIRfsg object was disposed. |