State

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:BCH:DTCH<CH>:STATe
class StateCls[source]

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

get(cell=Cell.Default, channel=Channel.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:BCH:DTCH<CH>:STATe
value: bool = driver.source.bb.tdscdma.down.cell.enh.bch.dtch.state.get(cell = repcap.Cell.Default, channel = repcap.Channel.Default)

Queries the state of the transport channel.

param cell

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

param channel

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

return

state: 1| ON| 0| OFF