Mbep

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:RREPort:HSRQam<HsrQAM>:MBEP
class Mbep[source]

Mbep commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

get(hsrQAM=<HsrQAM.Default: -1>)int[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:RREPort:HSRQam<ModOrder>:MBEP
value: int = driver.sense.rreport.hsrQam.mbep.get(hsrQAM = repcap.HsrQAM.Default)

Returns the ‘Mean BEP’, reported by the MS as dimensionless index for a 16-QAM or 32-QAM modulated DL signal with higher symbol rate (HSR) .

param hsrQAM

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

return

mean_bep_qam_hsr: Range: 0 to 31

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.rreport.hsrQam.mbep.clone()

Subgroups