RfpmMeasurements.ReferenceClockSource Property
- Updated2023-12-28
- 1 minute(s) read
RfpmMeasurementsReferenceClockSource Property
Gets or sets the clock source to use for the reference clock.
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public ReferenceClockSource ReferenceClockSource { get; set; }
Public Property ReferenceClockSource As ReferenceClockSource Get Set
Property Value
Type: ReferenceClockSourceThe clock source to use for the reference clock. The default value is Onboard.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | ReferenceClockSource was accessed after the associated NIRfpm or RfpmDriverUtility object was disposed. |
ArgumentException | The value set was invalid. |
IviCDriverException | The underlying NI-RFPM driver returned an error. |