Embep

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:RREPort:EMBep:RANGe
SENSe:GSM:SIGNaling<Instance>:RREPort:EMBep
class Embep[source]

Embep 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:EMBep:RANGe
value: RangeStruct = driver.sense.rreport.embep.get_range()

Returns the bit error probability (BEP) range, corresponding to the mean BEP index reported by the MS for an 8PSK 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:EMBep
value: int = driver.sense.rreport.embep.get_value()

Returns the ‘Mean BEP’, reported by the MS as dimensionless index for an 8PSK modulated DL signal.

return

mean_bep_8_psk: Range: 0 to 31