State

SCPI Command :

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

Sets the state of the transport channel.

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

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

Returns:

state: 1 | ON | 0| OFF

set(state: bool, cell=Cell.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:STATe
driver.source.bb.tdscdma.down.cell.enh.dch.dtch.state.set(state = False, cell = repcap.Cell.Default, channel = repcap.Channel.Default)

Sets the state of the transport channel.

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

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

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