State
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(indexNull=IndexNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:STATe value: bool = driver.source.bb.eutra.downlink.mbsfn.pmch.state.get(indexNull = repcap.IndexNull.Default)
Enables/disables the selected PMCH/MTCH.
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Pmch’)
- return
pmch_state: 1| ON| 0| OFF
- set(pmch_state: bool, indexNull=IndexNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:STATe driver.source.bb.eutra.downlink.mbsfn.pmch.state.set(pmch_state = False, indexNull = repcap.IndexNull.Default)
Enables/disables the selected PMCH/MTCH.
- param pmch_state
1| ON| 0| OFF
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Pmch’)