RfsgMarkerEvent.PulseWidthUnits Property
- Updated2024-05-08
- 1 minute(s) read
RfsgMarkerEventPulseWidthUnits Property
Gets or sets the pulse width units for the Marker Event.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgMarkerEventPulseWidthUnits PulseWidthUnits { get; set; }
Public Property PulseWidthUnits As RfsgMarkerEventPulseWidthUnits Get Set
Property Value
Type: RfsgMarkerEventPulseWidthUnitsSpecifies the RfsgMarkerEventPulseWidthUnits enumeration.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The PulseWidthUnits property was accessed after the associated NIRfsg object was disposed. |
Remarks
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.