ParameterSetList

SCPI Command :

CONFigure:GPRF:MEASurement<Instance>:POWer:PSET
class ParameterSetListCls[source]

ParameterSetList commands group definition. 15 total commands, 5 Subgroups, 1 group commands

get_value() ParameterSetMode[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:POWer:PSET
value: enums.ParameterSetMode = driver.configure.gprf.measurement.power.parameterSetList.get_value()

Selects whether all segments use the same measurement control settings.

return:

parameter_set_mode: GLOBal: Use global settings for all segments. LIST: Use segment-specific settings.

set_value(parameter_set_mode: ParameterSetMode) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:POWer:PSET
driver.configure.gprf.measurement.power.parameterSetList.set_value(parameter_set_mode = enums.ParameterSetMode.GLOBal)

Selects whether all segments use the same measurement control settings.

param parameter_set_mode:

GLOBal: Use global settings for all segments. LIST: Use segment-specific settings.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.gprf.measurement.power.parameterSetList.clone()

Subgroups