Cbep

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:RREPort:HSRQam<HsrQAM>:CBEP
class Cbep[source]

Cbep commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

get(hsrQAM=<HsrQAM.Default: -1>)int[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:RREPort:HSRQam<ModOrder>:CBEP
value: int = driver.sense.rreport.hsrQam.cbep.get(hsrQAM = repcap.HsrQAM.Default)

Returns the ‘CV BEP’, reported by the MS as dimensionless index 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

cv_bep_qam_hsr: Range: 0 to 7

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.rreport.hsrQam.cbep.clone()

Subgroups