Configure(RfsgFrequencyReferenceSource, double)
- Updated2025-10-14
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| 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). |
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Configure method was accessed after the associated NIRfsg object was disposed. |