GetPhaseCompensationFrequency(string, out double)
- Updated2025-04-08
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the subblock number. |
value | out 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.