State
SCPI Command :
[SOURce<HW>]:FSIMulator:SCM:TAP<ST>:SUBCluster<DI>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mimoTap=MimoTap.Default, subCluster=SubCluster.Default) bool [source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:SUBCluster<DI>:STATe value: bool = driver.source.fsimulator.scm.tap.subCluster.state.get(mimoTap = repcap.MimoTap.Default, subCluster = repcap.SubCluster.Default)
Enables the sub-clusters.
- 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: 1| ON| 0| OFF
- set(state: bool, mimoTap=MimoTap.Default, subCluster=SubCluster.Default) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:SUBCluster<DI>:STATe driver.source.fsimulator.scm.tap.subCluster.state.set(state = False, mimoTap = repcap.MimoTap.Default, subCluster = repcap.SubCluster.Default)
Enables the sub-clusters.
- param state:
1| ON| 0| OFF
- 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’)