RFmx VNA C

Table of Contents

RFMXVNA_ATTR_SEGMENT_POWER_LEVEL_ENABLED

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

RFMXVNA_ATTR_SEGMENT_POWER_LEVEL_ENABLED

Data Type: int32
Access:read/write
Functions:RFmxVNA_SetAttributeI32
RFmxVNA_GetAttributeI32
Description: Specifies whether VNA performs measurements using the same source power level for all segments or uses different source power level for each segment. This attribute is used only when you set the RFMXVNA_ATTR_SWEEP_TYPE attribute to RFMXVNA_VAL_SWEEP_TYPE_SEGMENT.

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_SEGMENT_POWER_LEVEL_ENABLED_FALSE.

Get Function: RFmxVNA_GetSegmentPowerLevelEnabled
Set Function: RFmxVNA_SetSegmentPowerLevelEnabled
Values:
RFMXVNA_VAL_SEGMENT_POWER_LEVEL_ENABLED_FALSE (0) All segments are measured with the source power level that you specify using RFMXVNA_ATTR_POWER_LEVEL attribute.
RFMXVNA_VAL_SEGMENT_POWER_LEVEL_ENABLED_TRUE (1) The selected segment is measured with the source power level that you specify using RFMXVNA_ATTR_SEGMENT_POWER_LEVEL attribute.

Log in to get a better experience