Range

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:RREPort:NSRQam<NsrQAM>: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(nsrQAM=<NsrQAM.Default: -1>)GetStruct[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:RREPort:NSRQam<ModOrder>:MBEP:RANGe
value: GetStruct = driver.sense.rreport.nsrqam.mbep.range.get(nsrQAM = repcap.NsrQAM.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 normal symbol rate (NSR) .

param nsrQAM

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

return

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