Delay
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the delay that is applied to the Started Event, Done Event, and all Marker Events with respect to the analog output of the RF signal generator.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public double Delay { get; set; }
Remarks
Specifies a Double representing the delay, in seconds, that is applied to all events.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Delay property was accessed after the associated NIRfsg object was disposed. |