SetPhaseTraceType(string, RFmxVnaMXSParamsPhaseTraceType)
- Updated2025-10-13
- 1 minute(s) read
Sets the phase type for all S-Parameters for which SParamsFormat 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 SetPhaseTraceType(string selectorString, RFmxVnaMXSParamsPhaseTraceType value)
Remarks
This method sets the value of SParamsPhaseTraceType 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 | RFmxVnaMXSParamsPhaseTraceType | Specifies the phase type for all S-Parameters for which SParamsFormat 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.