NIRfsg Namespace

Table of Contents

RfsgFrequencyReference.Configure Method

  • Updated2025-05-22
  • 1 minute(s) read
RfsgFrequencyReference.Configure Method

RfsgFrequencyReferenceConfigure Method

Configures the NI-RFSG Frequency Reference clock source and rate. The Frequency Reference clock ensures that the NI-RFSG operates from a common timebase.

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public void Configure(
	RfsgFrequencyReferenceSource source,
	double rate
)
Public Sub Configure ( 
	source As RfsgFrequencyReferenceSource,
	rate As Double
)

Parameters

source  RfsgFrequencyReferenceSource
Specifies the source of Frequency Reference clock signal. Only certain combinations of Source and PxiChassisClock10Source are valid, as shown below. NI-RFSG sets Source to this value.
rate  Double
Specifies the Reference clock rate,in Hertz (Hz).

NI-RFSG sets Rate to this value. The default value is 10E6 (10 MHz; this is the only supported value).

Exceptions

ExceptionCondition
ObjectDisposedException The Configure(RfsgFrequencyReferenceSource, Double) method was accessed after the associated NIRfsg object was disposed.

Remarks

The NI-RFSG must be in the Configuration state before you call this method.

See Also

Log in to get a better experience