Connector

SCPI Commands :

CONFigure:GPRF:MEASurement<Instance>:POWer:LIST:CMWS:CONNector
CONFigure:GPRF:MEASurement<Instance>:POWer:LIST:CMWS:CONNector:ALL
class ConnectorCls[source]

Connector commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get(index: int) CmwsConnector[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:POWer:LIST:CMWS:CONNector
value: enums.CmwsConnector = driver.configure.power.listPy.singleCmw.connector.get(index = 1)

No command help available

param index:

No help available

return:

cmws_connector: No help available

get_all() List[float][source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:POWer:LIST:CMWS:CONNector:ALL
value: List[float] = driver.configure.power.listPy.singleCmw.connector.get_all()

No command help available

return:

cmws_connector: No help available

set(index: int, cmws_connector: CmwsConnector) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:POWer:LIST:CMWS:CONNector
driver.configure.power.listPy.singleCmw.connector.set(index = 1, cmws_connector = enums.CmwsConnector.R11)

No command help available

param index:

No help available

param cmws_connector:

No help available

set_all(cmws_connector: List[float]) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:POWer:LIST:CMWS:CONNector:ALL
driver.configure.power.listPy.singleCmw.connector.set_all(cmws_connector = [1.1, 2.2, 3.3])

No command help available

param cmws_connector:

No help available