Range

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:RREPort:NSRQam<NsrQAM>:CBEP: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: 0 to 1.75

  • Upper: float: Range: 0.25 to 2

get(nsrQAM=<NsrQAM.Default: -1>)GetStruct[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:RREPort:NSRQam<ModOrder>:CBEP:RANGe
value: GetStruct = driver.sense.rreport.nsrqam.cbep.range.get(nsrQAM = repcap.NsrQAM.Default)

Returns the CV BEP range, corresponding to the ‘CV 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.