State

SCPI Command :

[SOURce<HW>]:CEMulation:MIMO:SCWI:CLUSter<CH>:TAP<ST>:SUBCluster<DI>:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cluster=Cluster.Default, mimoTap=MimoTap.Default, subCluster=SubCluster.Default) bool[source]
# SCPI: [SOURce<HW>]:CEMulation:MIMO:SCWI:CLUSter<CH>:TAP<ST>:SUBCluster<DI>:STATe
value: bool = driver.source.cemulation.mimo.scwi.cluster.tap.subCluster.state.get(cluster = repcap.Cluster.Default, mimoTap = repcap.MimoTap.Default, subCluster = repcap.SubCluster.Default)

No command help available

param cluster:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cluster’)

param mimoTap:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)

param subCluster:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubCluster’)

return:

state: No help available

set(state: bool, cluster=Cluster.Default, mimoTap=MimoTap.Default, subCluster=SubCluster.Default) None[source]
# SCPI: [SOURce<HW>]:CEMulation:MIMO:SCWI:CLUSter<CH>:TAP<ST>:SUBCluster<DI>:STATe
driver.source.cemulation.mimo.scwi.cluster.tap.subCluster.state.set(state = False, cluster = repcap.Cluster.Default, mimoTap = repcap.MimoTap.Default, subCluster = repcap.SubCluster.Default)

No command help available

param state:

No help available

param cluster:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cluster’)

param mimoTap:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)

param subCluster:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubCluster’)