State
SCPI Command :
[SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:TAP<ST>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cluster=Cluster.Default, mimoTap=MimoTap.Default) bool [source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:TAP<ST>:STATe value: bool = driver.source.fsimulator.mimo.scwi.cluster.tap.state.get(cluster = repcap.Cluster.Default, mimoTap = repcap.MimoTap.Default)
Enables/disables the selected cluster.
- 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’)
- return
state: 1| ON| 0| OFF
- set(state: bool, cluster=Cluster.Default, mimoTap=MimoTap.Default) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:TAP<ST>:STATe driver.source.fsimulator.mimo.scwi.cluster.tap.state.set(state = False, cluster = repcap.Cluster.Default, mimoTap = repcap.MimoTap.Default)
Enables/disables the selected cluster.
- param state
1| ON| 0| OFF
- 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’)