Mbep

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:RREPort:NSRQam<NsrQAM>:MBEP
class Mbep[source]

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

get(nsrQAM=<NsrQAM.Default: -1>)int[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:RREPort:NSRQam<ModOrder>:MBEP
value: int = driver.sense.rreport.nsrqam.mbep.get(nsrQAM = repcap.NsrQAM.Default)

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

param nsrQAM

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

return

mean_bep_qam_nsr: Range: 0 to 31

Cloning the Group

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

Subgroups