Source
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the source terminal for the digital edge Start trigger. Use this property is only if you set the Type property to DigitalEdge.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public RfsaDigitalEdgeStartTriggerSource Source { get; set; }
Remarks
Specifies an object of type RfsaDigitalEdgeStartTriggerSource.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Source property was accessed after the associated NIRfsa object was disposed. |