Power
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:DWPTs:POWer
- class PowerCls[source]
Power commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default) float [source]
# SCPI: [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.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- return
power: float Range: -80 to 10
- set(power: float, cell=Cell.Default) None [source]
# SCPI: [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.
- param power
float Range: -80 to 10
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)