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

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public void Configure(RfsgFrequencyReferenceSource source, double rate)

Remarks


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

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

Parameters

NameTypeDescription
sourceRfsgFrequencyReferenceSource

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.

ratedouble

Specifies the Reference clock rate,in Hertz (Hz).

Exceptions

TypeDescription
System.ObjectDisposedException

The Configure method was accessed after the associated NIRfsg object was disposed.