Gets the frequency used for phase compensation of the signal when you set the SetPhaseCompensation(string, RFmxNRMXPhaseCompensation) method to UserDefined. This value is expressed in Hz.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int GetPhaseCompensationFrequency(string selectorString, out double value)

Remarks

This method gets the value of PhaseCompensationFrequency attribute.The default value is 0.

Parameters

NameTypeDescription
selectorStringstring

Specifies the subblock number.
Example: "subblock0".
You can use the BuildSubblockString(string, int) method to build the selector string.

valueout double

Upon return, contains the frequency used for phase compensation of the signal when you set the SetPhaseCompensation(string, RFmxNRMXPhaseCompensation) method to UserDefined. 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.