RfsgMarkerEvent.PulseWidth Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets or sets the pulse width value for the Marker Event.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public double PulseWidth { get; set; }
Public Property PulseWidth As Double Get Set
Property Value
DoubleSpecifies a Double representing the pulse width value for the Marker Event.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The PulseWidth property was accessed after the associated NIRfsg object was disposed. |
Remarks
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.