Pmax

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:RFSettings:PMAX:BCCH
class Pmax[source]

Pmax commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_bcch()int[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:PMAX:BCCH
value: int = driver.configure.rfSettings.pmax.get_bcch()

Defines the maximum transmitter output level of the MS in any uplink (UL) timeslots. The level PMax is signaled to the MS under test as a power control level (PCL) value.

return

pcl: Range: 0 to 31

set_bcch(pcl: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:PMAX:BCCH
driver.configure.rfSettings.pmax.set_bcch(pcl = 1)

Defines the maximum transmitter output level of the MS in any uplink (UL) timeslots. The level PMax is signaled to the MS under test as a power control level (PCL) value.

param pcl

Range: 0 to 31