PulseWidth
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the pulse width value for the Marker Event.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public double PulseWidth { get; set; }
Remarks
Specifies a Double representing the pulse width value for the Marker Event.
Use the PulseWidthUnits property to set the units for the pulse width value. This property is valid only when you set the OutputBehavior property to Pulse. To set this property, the NI-RFSG device must be in the Configuration state.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The PulseWidth property was accessed after the associated NIRfsg object was disposed. |