NI-RFPM API Reference

Table of Contents

RfpmMeasurements.ReferenceClockSource Property

  • Updated2023-12-28
  • 1 minute(s) read
RfpmMeasurements.ReferenceClockSource Property

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: ReferenceClockSource
The clock source to use for the reference clock. The default value is Onboard.

Exceptions

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

See Also

Log in to get a better experience