Power

SCPI Command :

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

Sets the power of the downlink/uplink pilot time slot.

Parameters:

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

Returns:

power: float Range: -80 to 10

set(power: float, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:DWPTs:POWer
driver.source.bb.tdscdma.down.cell.dwpts.power.set(power = 1.0, cell = repcap.Cell.Default)

Sets the power of the downlink/uplink pilot time slot.

Parameters:
  • power – float Range: -80 to 10

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