PrStep
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:POWer:UL:PRSTep
- class PrStepCls[source]
PrStep commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) PwrRampingStepA[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:UL:PRSTep value: enums.PwrRampingStepA = driver.configure.signaling.lte.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 6 dB)
- set(cell_name: str, pwr_ramping_step: PwrRampingStepA) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:UL:PRSTep driver.configure.signaling.lte.cell.power.uplink.prStep.set(cell_name = 'abc', pwr_ramping_step = enums.PwrRampingStepA.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 6 dB)