Gmsk

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:MSSinfo:AMR:CMODe:NB:HRATe:GMSK:DL
SENSe:GSM:SIGNaling<Instance>:MSSinfo:AMR:CMODe:NB:HRATe:GMSK:UL
class Gmsk[source]

Gmsk commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_downlink()int[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:MSSinfo:AMR:CMODe:NB:HRATe:GMSK:DL
value: int = driver.sense.mssInfo.amr.cmode.nb.hrate.gmsk.get_downlink()

Query the DL AMR codec mode requested by the MS (DL) and the actual UL codec mode used by the MS (UL) . Separate commands are available for the half-rate (HRATe) and full-rate (FRATe) narrowband (NB) and wideband (WB) AMR codecs, for GMSK and 8PSK modulation. For the modes used in downlink and requested for uplink, refer to the CONFigure:GSM:SIGN<i>:CONNection:CSWitched:AMR:CMODe:… commands.

return

codec_mode: Range: 1 to 4 (1 to 3 for WB:FRATe:GMSK and WB:HRATe:EPSK)

get_uplink()int[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:MSSinfo:AMR:CMODe:NB:HRATe:GMSK:UL
value: int = driver.sense.mssInfo.amr.cmode.nb.hrate.gmsk.get_uplink()

Query the DL AMR codec mode requested by the MS (DL) and the actual UL codec mode used by the MS (UL) . Separate commands are available for the half-rate (HRATe) and full-rate (FRATe) narrowband (NB) and wideband (WB) AMR codecs, for GMSK and 8PSK modulation. For the modes used in downlink and requested for uplink, refer to the CONFigure:GSM:SIGN<i>:CONNection:CSWitched:AMR:CMODe:… commands.

return

codec_mode: Range: 1 to 4 (1 to 3 for WB:FRATe:GMSK and WB:HRATe:EPSK)