PrStep

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:PRSTep
class PrStepCls[source]

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

get(cell_name: str) PwrRampingStepB[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:PRSTep
value: enums.PwrRampingStepB = driver.configure.signaling.nradio.cell.power.uplink.prStep.get(cell_name = 'abc')

Defines the transmit power difference between two consecutive preambles (power ramping) .

param cell_name:

No help available

return:

pwr_ramping_step: Step size in dB (0 dB to 4 dB)

set(cell_name: str, pwr_ramping_step: PwrRampingStepB) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:PRSTep
driver.configure.signaling.nradio.cell.power.uplink.prStep.set(cell_name = 'abc', pwr_ramping_step = enums.PwrRampingStepB.S0)

Defines the transmit power difference between two consecutive preambles (power ramping) .

param cell_name:

No help available

param pwr_ramping_step:

Step size in dB (0 dB to 4 dB)