Epsk

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:AMR:CMODe:WB:FRATe:EPSK:DL
CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:AMR:CMODe:WB:FRATe:EPSK:UL
class Epsk[source]

Epsk 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:WB:FRATe:EPSK:DL
value: int or bool = driver.configure.connection.cswitched.amr.cmode.wb.frate.epsk.get_downlink()

Select the codec modes to be used by the R&S CMW (downlink) and the MS (uplink) for the full-rate wideband AMR codec (8PSK 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.Wb.Frate.epsk.

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:WB:FRATe:EPSK:UL
value: int or bool = driver.configure.connection.cswitched.amr.cmode.wb.frate.epsk.get_uplink()

Select the codec modes to be used by the R&S CMW (downlink) and the MS (uplink) for the full-rate wideband AMR codec (8PSK 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.Wb.Frate.epsk.

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:WB:FRATe:EPSK:DL
driver.configure.connection.cswitched.amr.cmode.wb.frate.epsk.set_downlink(codec_mode = 1)

Select the codec modes to be used by the R&S CMW (downlink) and the MS (uplink) for the full-rate wideband AMR codec (8PSK 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.Wb.Frate.epsk.

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:WB:FRATe:EPSK:UL
driver.configure.connection.cswitched.amr.cmode.wb.frate.epsk.set_uplink(codec_mode = 1)

Select the codec modes to be used by the R&S CMW (downlink) and the MS (uplink) for the full-rate wideband AMR codec (8PSK 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.Wb.Frate.epsk.

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.