UserSourcePulseWidthUnits
- Updated2025-10-14
- 1 minute(s) read
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
| Type | Description |
|---|---|
| System.ObjectDisposedException | The UserSourcePulseWidthUnits property was accessed after the associated NIRfsa object was disposed. |