Power

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:POWer
class PowerCls[source]

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

get(cell=Cell.Default, slotNull=SlotNull.Default) float[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:POWer
value: float = driver.source.bb.tdscdma.up.cell.slot.prac.msg.power.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)

Sets the power of the PRACH message part.

param cell

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

param slotNull

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

return

power: float Range: -80 to 0

set(power: float, cell=Cell.Default, slotNull=SlotNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:POWer
driver.source.bb.tdscdma.up.cell.slot.prac.msg.power.set(power = 1.0, cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)

Sets the power of the PRACH message part.

param power

float Range: -80 to 0

param cell

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

param slotNull

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