State

SCPI Command :

[SOURce<HW>]:CEMulation:SCM:TAP<ST>:SUBCluster<DI>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mimoTap=MimoTap.Default, subCluster=SubCluster.Default) bool[source]
# [SOURce<HW>]:CEMulation:SCM:TAP<ST>:SUBCluster<DI>:STATe
value: bool = driver.source.cemulation.scm.tap.subCluster.state.get(mimoTap = repcap.MimoTap.Default, subCluster = repcap.SubCluster.Default)

No help available

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

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

set(state: bool, mimoTap=MimoTap.Default, subCluster=SubCluster.Default) None[source]
# [SOURce<HW>]:CEMulation:SCM:TAP<ST>:SUBCluster<DI>:STATe
driver.source.cemulation.scm.tap.subCluster.state.set(state = False, mimoTap = repcap.MimoTap.Default, subCluster = repcap.SubCluster.Default)

No help available

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

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