SingleCmw

SCPI Command :

SOURce:GPRF:GENerator<Instance>:LIST:CMWS:CSET
class SingleCmwCls[source]

SingleCmw commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_cset() ParameterSetMode[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:CMWS:CSET
value: enums.ParameterSetMode = driver.source.listPy.singleCmw.get_cset()

No command help available

return:

cmws_connector_set: No help available

set_cset(cmws_connector_set: ParameterSetMode) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:CMWS:CSET
driver.source.listPy.singleCmw.set_cset(cmws_connector_set = enums.ParameterSetMode.GLOBal)

No command help available

param cmws_connector_set:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.listPy.singleCmw.clone()

Subgroups