Gets or sets the pulse width units for the User Source.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public RfsaUserSourcePulseWidthUnits UserSourcePulseWidthUnits { get; set; }

Remarks

Specifies a RfsaUserSourcePulseWidthUnits enum representing the pulse width units for the User Source.

When the value is Seconds, it is assumed that the clock rate of the signal is the data clock rate. Use ClockPeriods if the user source clock rate is anything else.

Exceptions

TypeDescription
System.ObjectDisposedException

The UserSourcePulseWidthUnits property was accessed after the associated NIRfsa object was disposed.