NIRfsg Namespace

Table of Contents

RfsgMarkerEvent.PulseWidth Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsgMarkerEvent.PulseWidth Property

RfsgMarkerEventPulseWidth Property

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

Double
Specifies a Double representing the pulse width value for the Marker Event.

Exceptions

ExceptionCondition
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.

See Also

Log in to get a better experience