GetPhaseTraceType(string, out RFmxVnaMXWavesPhaseTraceType)
- Updated2025-10-13
- 1 minute(s) read
Gets the phase type for all waves for which WavesFormat method is set to Phase. Phase can be represented in two mathematically equivalent ways viz. phase wrapped between the range [-180, 180) degrees, and phase can be represented in an unwrapped manner.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int GetPhaseTraceType(string selectorString, out RFmxVnaMXWavesPhaseTraceType value)
Remarks
This method gets the value of WavesPhaseTraceType attribute.The default value is Wrapped.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | out RFmxVnaMXWavesPhaseTraceType | Upon return, contains the phase type for all waves for which WavesFormat method is set to Phase. Phase can be represented in two mathematically equivalent ways viz. phase wrapped between the range [-180, 180) degrees, and phase can be represented in an unwrapped manner. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.