Gmsk

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:AMR:CMODe:NB:HRATe:GMSK:DL
CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched: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: CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:AMR:CMODe:NB:HRATe:GMSK:DL
value: int or bool = driver.configure.connection.cswitched.amr.cmode.nb.hrate.gmsk.get_downlink()

Select the codec modes to be used by the R&S CMW (downlink) and the MS (uplink) for the half-rate narrowband AMR codec (GMSK modulation) . Only active codec modes can be selected. For configuration and activation/deactivation of the codec modes, see method RsCmwGsmSig.Configure.Connection.Cswitched.Amr.Rset.Nb.Hrate.gmsk.

return

codec_mode: integer | ON | OFF Range: 1 to 4 (if all codec modes are active, otherwise less) Additional parameters OFF (ON) disables (enables) codec mode.

get_uplink()int[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:AMR:CMODe:NB:HRATe:GMSK:UL
value: int or bool = driver.configure.connection.cswitched.amr.cmode.nb.hrate.gmsk.get_uplink()

Select the codec modes to be used by the R&S CMW (downlink) and the MS (uplink) for the half-rate narrowband AMR codec (GMSK modulation) . Only active codec modes can be selected. For configuration and activation/deactivation of the codec modes, see method RsCmwGsmSig.Configure.Connection.Cswitched.Amr.Rset.Nb.Hrate.gmsk.

return

codec_mode: integer | ON | OFF Range: 1 to 4 (if all codec modes are active, otherwise less) Additional parameters OFF (ON) disables (enables) codec mode.

set_downlink(codec_mode: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:AMR:CMODe:NB:HRATe:GMSK:DL
driver.configure.connection.cswitched.amr.cmode.nb.hrate.gmsk.set_downlink(codec_mode = 1)

Select the codec modes to be used by the R&S CMW (downlink) and the MS (uplink) for the half-rate narrowband AMR codec (GMSK modulation) . Only active codec modes can be selected. For configuration and activation/deactivation of the codec modes, see method RsCmwGsmSig.Configure.Connection.Cswitched.Amr.Rset.Nb.Hrate.gmsk.

param codec_mode

integer | ON | OFF Range: 1 to 4 (if all codec modes are active, otherwise less) Additional parameters OFF (ON) disables (enables) codec mode.

set_uplink(codec_mode: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:AMR:CMODe:NB:HRATe:GMSK:UL
driver.configure.connection.cswitched.amr.cmode.nb.hrate.gmsk.set_uplink(codec_mode = 1)

Select the codec modes to be used by the R&S CMW (downlink) and the MS (uplink) for the half-rate narrowband AMR codec (GMSK modulation) . Only active codec modes can be selected. For configuration and activation/deactivation of the codec modes, see method RsCmwGsmSig.Configure.Connection.Cswitched.Amr.Rset.Nb.Hrate.gmsk.

param codec_mode

integer | ON | OFF Range: 1 to 4 (if all codec modes are active, otherwise less) Additional parameters OFF (ON) disables (enables) codec mode.