Amr

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CONNection:VOICe:AMR:NARRow
CONFigure:WCDMa:SIGNaling<Instance>:CONNection:VOICe:AMR:WIDE
class Amr[source]

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

get_narrow()RsCmwWcdmaSig.enums.AmrCodecModeNarrow[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:VOICe:AMR:NARRow
value: enums.AmrCodecModeNarrow = driver.configure.connection.voice.amr.get_narrow()

Selects the mode of the NB AMR codec. The basic modes support one fixed bit-rate. Mode M supports several bit-rates.

return

rate: A | B | C | D | E | F | G | H | M A: 12.2 kbps B: 10.2 kbps C: 7.95 kbps D: 7.4 kbps E: 6.7 kbps F: 5.9 kbps G: 5.15 kbps H: 4.75 kbps M: A + C + F + H

get_wide()RsCmwWcdmaSig.enums.AmrCodecModeWide[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:VOICe:AMR:WIDE
value: enums.AmrCodecModeWide = driver.configure.connection.voice.amr.get_wide()

Selects the mode of the WB AMR codec. The basic modes support one fixed bit-rate. Mode M supports several bit-rates.

return

rate: A | B | C | D | E | F | G | H | I | M | M1 | M2 A: 23.85 kbps B: 23.05 kbps C: 19.85 kbps D: 18.25 kbps E: 15.85 kbps F: 14.25 kbps G: 12.65 kbps H: 8.85 kbps I: 6.60 kbps M: G + H + I M1: E + G + H + I M2: A + G + H + I

set_narrow(rate: RsCmwWcdmaSig.enums.AmrCodecModeNarrow)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:VOICe:AMR:NARRow
driver.configure.connection.voice.amr.set_narrow(rate = enums.AmrCodecModeNarrow.A)

Selects the mode of the NB AMR codec. The basic modes support one fixed bit-rate. Mode M supports several bit-rates.

param rate

A | B | C | D | E | F | G | H | M A: 12.2 kbps B: 10.2 kbps C: 7.95 kbps D: 7.4 kbps E: 6.7 kbps F: 5.9 kbps G: 5.15 kbps H: 4.75 kbps M: A + C + F + H

set_wide(rate: RsCmwWcdmaSig.enums.AmrCodecModeWide)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:VOICe:AMR:WIDE
driver.configure.connection.voice.amr.set_wide(rate = enums.AmrCodecModeWide.A)

Selects the mode of the WB AMR codec. The basic modes support one fixed bit-rate. Mode M supports several bit-rates.

param rate

A | B | C | D | E | F | G | H | I | M | M1 | M2 A: 23.85 kbps B: 23.05 kbps C: 19.85 kbps D: 18.25 kbps E: 15.85 kbps F: 14.25 kbps G: 12.65 kbps H: 8.85 kbps I: 6.60 kbps M: G + H + I M1: E + G + H + I M2: A + G + H + I