State

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:BCH:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) bool[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:BCH:STATe
value: bool = driver.source.bb.tdscdma.down.cell.enh.bch.state.get(cell = repcap.Cell.Default)

Activates and deactivates the enhanced state for the P-CCPCH 1/2 channel.

Parameters:

cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)

Returns:

state: 1 | ON | 0| OFF

set(state: bool, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:BCH:STATe
driver.source.bb.tdscdma.down.cell.enh.bch.state.set(state = False, cell = repcap.Cell.Default)

Activates and deactivates the enhanced state for the P-CCPCH 1/2 channel.

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

  • cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)