ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgFrequencyReference.Configure Method

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.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

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

Parameters

source
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgFrequencyReferenceSource
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
Type: SystemDouble
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

Was this information helpful?