Scch

SCPI Command :

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

Enables/disables the HS-SCCH.

Parameters:

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

Returns:

scch: 1 | ON | 0| OFF

set(scch: bool, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:SCCH
driver.source.bb.tdscdma.down.cell.enh.dch.hsdpa.scch.set(scch = False, cell = repcap.Cell.Default)

Enables/disables the HS-SCCH.

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

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