State

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(indexNull=IndexNull.Default) bool[source]
# [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.

Parameters:

indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Pmch’)

Returns:

pmch_state: 1 | ON | 0| OFF

set(pmch_state: bool, indexNull=IndexNull.Default) None[source]
# [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.

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

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Pmch’)