State
SCPI Command :
[SOURce<HW>]:FSIMulator:SCM:TAP<ST>:SUBCluster<DI>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mimoTap=MimoTap.Default, subCluster=SubCluster.Default) bool[source]
# [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.
- 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’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, mimoTap=MimoTap.Default, subCluster=SubCluster.Default) None[source]
# [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.
- Parameters:
state – 1 | ON | 0| OFF
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’)