RFMXVNA_ATTR_SWEEP_TYPE
- Updated2025-04-08
- 1 minute(s) read
Specifies the sweep type for the measurement.
Syntax
RFMXVNA_ATTR_SWEEP_TYPE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
13631534 | int32 | Read/Write | N/A |
Remarks
You do not need to use a selector string to configure or read this attribute for the default signal instance. Refer to the Selector String topic for information about the string syntax for named signals.
The default value is List.
Name | Value | Description |
---|---|---|
RFMXVNA_VAL_SWEEP_TYPE_LIST | 0 (0x0) | The frequency is swept in arbitrary frequency steps. |
RFMXVNA_VAL_SWEEP_TYPE_LINEAR | 1 (0x1) | The frequency is swept in equidistant steps over the frequency range. |
RFMXVNA_VAL_SWEEP_TYPE_SEGMENT | 2 (0x2) | The frequency is swept in frequency sub-sweeps, called segments. For each segment, you can define independent values for settings like IF bandwidth, dwell time, source power level and test receiver attenuation. |