RFmx Instr DotNET

Table of Contents

RFmxInstrMX.ConfigureFrequencyReference Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxInstrMX.ConfigureFrequencyReference Method

RFmxInstrMXConfigureFrequencyReference Method

Configures the Reference Clock and the frequency reference source.

Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)

Syntax

public int ConfigureFrequencyReference(
	string channelName,
	string frequencyReferenceSource,
	double frequencyReferenceFrequency
)
Public Function ConfigureFrequencyReference ( 
	channelName As String,
	frequencyReferenceSource As String,
	frequencyReferenceFrequency As Double
) As Integer

Parameters

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.
The default value for PXIe-5840 with PXIe-5653 is refIn2, else the default value is onboardClock.
frequencyReferenceFrequency  Double
Specifies the Reference Clock rate when the SetFrequencyReferenceSource(String, String) method is set to ClockIn or ReferenceIn. This value is expressed in Hz.

Return Value

Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

See Also

Log in to get a better experience