Gmbep

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:RREPort:GMBep:RANGe
SENSe:GSM:SIGNaling<Instance>:RREPort:GMBep
class Gmbep[source]

Gmbep commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

class RangeStruct[source]

Structure for reading output parameters. Fields:

  • Lower: float: log10(lower end of BEP range) Range: -3.6 to -0.6

  • Upper: float: log10(upper end of BEP range) Range: -3.6 to -0.6

get_range()RangeStruct[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:RREPort:GMBep:RANGe
value: RangeStruct = driver.sense.rreport.gmbep.get_range()

Returns the bit error probability (BEP) range, corresponding to the mean BEP index reported by the MS for a GMSK modulated DL signal.

return

structure: for return value, see the help for RangeStruct structure arguments.

get_value()int[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:RREPort:GMBep
value: int = driver.sense.rreport.gmbep.get_value()

Returns the ‘Mean BEP’, reported by the MS as dimensionless index for a GMSK modulated DL signal.

return

mean_bep_gmsk: Range: 0 to 31