RFmx VNA C

RFMXVNA_ATTR_WAVES_PHASE_TRACE_TYPE

  • Updated2024-10-21
  • 1 minute(s) read

RFMXVNA_ATTR_WAVES_PHASE_TRACE_TYPE

Data Type: int32
Access:read/write
Functions:RFmxVNA_SetAttributeI32
RFmxVNA_GetAttributeI32
Description: Specifies the phase type for all waves for which RFMXVNA_ATTR_WAVES_FORMAT attribute is set to RFMXVNA_VAL_WAVES_FORMAT_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.

You do not need to use a selector string to configure or read this attribute for the default signal instance. Refer to the Selector Strings topic for information about the string syntax for named signals.

The default value is RFMXVNA_VAL_WAVES_PHASE_TRACE_TYPE_WRAPPED.

Get Function: RFmxVNA_WavesGetPhaseTraceType
Set Function: RFmxVNA_WavesSetPhaseTraceType
Values:
RFMXVNA_VAL_WAVES_PHASE_TRACE_TYPE_WRAPPED (0)The reported wave phase is wrapped between -180 degress to +180 degrees.
RFMXVNA_VAL_WAVES_PHASE_TRACE_TYPE_UNWRAPPED (1)The reported wave phase is unwrapped.

Log in to get a better experience