State

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:TAP<ST>:SUBCluster<DI>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cluster=Cluster.Default, mimoTap=MimoTap.Default, subCluster=SubCluster.Default) bool[source]
# [SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:TAP<ST>:SUBCluster<DI>:STATe
value: bool = driver.source.fsimulator.mimo.scwi.cluster.tap.subCluster.state.get(cluster = repcap.Cluster.Default, mimoTap = repcap.MimoTap.Default, subCluster = repcap.SubCluster.Default)

If the corresponding cluster is enabled, enables the sub-clusters.

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

  • 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’)

Returns:

state: 1 | ON | 0| OFF

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

If the corresponding cluster is enabled, enables the sub-clusters.

Parameters:
  • state – 1 | ON | 0| OFF

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

  • 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’)