ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgMarkerEvent.PulseWidthUnits Property

RfsgMarkerEvent.PulseWidthUnits Property

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: RfsgMarkerEventPulseWidthUnits
Specifies the RfsgMarkerEventPulseWidthUnits enumeration.

Exceptions

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

See Also

Was this information helpful?