ConfigureFrequencyReference(string, string, double)
- Updated2025-10-13
- 1 minute(s) read
Configures the Reference Clock and the frequency reference source.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int ConfigureFrequencyReference(string channelName, string frequencyReferenceSource, double frequencyReferenceFrequency)
Parameters
| Name | Type | Description |
|---|---|---|
| channelName | string | Identifies the channel to which the settings must be applied. Specify an empty string as the value of this parameter. |
| frequencyReferenceSource | string | Specifies the frequency reference source. |
| frequencyReferenceFrequency | double | Specifies the Reference Clock rate when the SetFrequencyReferenceSource(string, string) method is set to NationalInstruments.RFmx.InstrMX.RFmxInstrMXConstants.ClockIn or NationalInstruments.RFmx.InstrMX.RFmxInstrMXConstants.ReferenceIn. This value is expressed in Hz. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.