MultiCmw

SCPI Command :

INITiate:BASE:MCMW
class MultiCmwCls[source]

MultiCmw commands group definition. 4 total commands, 3 Subgroups, 1 group commands

initiate(cmw_1: CmwSetStatus, cmw_2: CmwSetStatus, cmw_3: CmwSetStatus, cmw_4: CmwSetStatus) None[source]
# SCPI: INITiate:BASE:MCMW
driver.multiCmw.initiate(cmw_1 = enums.CmwSetStatus.MCMW, cmw_2 = enums.CmwSetStatus.MCMW, cmw_3 = enums.CmwSetStatus.MCMW, cmw_4 = enums.CmwSetStatus.MCMW)

Configures the state of CMW 1 to CMW 4 and applies the changes. This command can cause a reboot of the instruments, including firmware updates and typically takes about 10 minutes.

param cmw_1:

STBY | SALone | MCMW STBY: standalone mode, standby state SALone: standalone mode, ready state MCMW: multi-CMW mode, ready state

param cmw_2:

STBY | SALone | MCMW

param cmw_3:

STBY | SALone | MCMW

param cmw_4:

STBY | SALone | MCMW

Cloning the Group

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

Subgroups