Mode

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:DWPTs:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) AutoMode[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:DWPTs:MODE
value: enums.AutoMode = driver.source.bb.tdscdma.down.cell.dwpts.mode.get(cell = repcap.Cell.Default)

Selects whether to use the pilot time slot and its power or not.

Parameters:

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

Returns:

mode: AUTO | ON | OFF

set(mode: AutoMode, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:DWPTs:MODE
driver.source.bb.tdscdma.down.cell.dwpts.mode.set(mode = enums.AutoMode.AUTO, cell = repcap.Cell.Default)

Selects whether to use the pilot time slot and its power or not.

Parameters:
  • mode – AUTO | ON | OFF

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