Scch

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:SCCH
class ScchCls[source]

Scch commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell=Cell.Default) bool[source]
# SCPI: [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.

param cell

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

return

scch: 1| ON| 0| OFF

set(scch: bool, cell=Cell.Default) None[source]
# SCPI: [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.

param scch

1| ON| 0| OFF

param cell

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