Range

SCPI Commands

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

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

class GetStruct[source]

Response structure. Fields:

  • Lower: float: Range: -3.6 to -0.6

  • Upper: float: Range: -3.6 to -0.6

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

Returns the bit error probability (BEP) range, corresponding to the mean BEP index reported by the MS 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

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