Frate

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:AMR:RSET:WB:FRATe:GMSK
CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:AMR:RSET:WB:FRATe:EPSK
class Frate[source]

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

get_epsk()List[RsCmwGsmSig.enums.WbCodec][source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:AMR:RSET:WB:FRATe:EPSK
value: List[enums.WbCodec] = driver.configure.connection.cswitched.amr.rset.wb.frate.get_epsk()

Configures up to four supported modes for the full-rate wideband AMR codec (8PSK modulation) , i.e. assigns data rates to the modes. The four data rates must be different from each other. They are automatically sorted in descending order so that rate (mode 4) > rate (mode 3) > rate (mode 2) > rate (mode 1) . You can deactivate modes (OFF) to restrict the test model to less than 4 supported modes.

return

codec_mode: C0660 | C0885 | C1265 | C1585 | C2385 | ON | OFF Comma-separated list of 4 values: data rates for mode 4 to 1 6.6 kbit/s, 8.85 kbit/s, 12.65 kbit/s, 15.85 kbit/s, or 23.85 kbit/s, additional OFF (ON) disables (enables) codec mode.

get_gmsk()List[RsCmwGsmSig.enums.WbCodec][source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:AMR:RSET:WB:FRATe:GMSK
value: List[enums.WbCodec] = driver.configure.connection.cswitched.amr.rset.wb.frate.get_gmsk()

Configures up to three supported modes for the half-rate narrowband AMR codec (GMSK modulation) , i.e. assigns data rates to the modes. The selected data rates must be different. They are automatically sorted so that rate (mode 3) > rate (mode 2) > rate (mode 1) . You can deactivate modes (OFF) to restrict the test model to less than 3 supported modes.

return

codec_mode: C0660 | C0885 | C1265 | ON | OFF 6.6 kbit/s, 8.85 kbit/s, 12.65 kbit/s Comma-separated list of 3 values: data rates for mode 3 to 1 OFF (ON) disables (enables) codec mode.

set_epsk(codec_mode: List[RsCmwGsmSig.enums.WbCodec])None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:AMR:RSET:WB:FRATe:EPSK
driver.configure.connection.cswitched.amr.rset.wb.frate.set_epsk(codec_mode = [WbCodec.C0660, WbCodec.ON])

Configures up to four supported modes for the full-rate wideband AMR codec (8PSK modulation) , i.e. assigns data rates to the modes. The four data rates must be different from each other. They are automatically sorted in descending order so that rate (mode 4) > rate (mode 3) > rate (mode 2) > rate (mode 1) . You can deactivate modes (OFF) to restrict the test model to less than 4 supported modes.

param codec_mode

C0660 | C0885 | C1265 | C1585 | C2385 | ON | OFF Comma-separated list of 4 values: data rates for mode 4 to 1 6.6 kbit/s, 8.85 kbit/s, 12.65 kbit/s, 15.85 kbit/s, or 23.85 kbit/s, additional OFF (ON) disables (enables) codec mode.

set_gmsk(codec_mode: List[RsCmwGsmSig.enums.WbCodec])None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:AMR:RSET:WB:FRATe:GMSK
driver.configure.connection.cswitched.amr.rset.wb.frate.set_gmsk(codec_mode = [WbCodec.C0660, WbCodec.ON])

Configures up to three supported modes for the half-rate narrowband AMR codec (GMSK modulation) , i.e. assigns data rates to the modes. The selected data rates must be different. They are automatically sorted so that rate (mode 3) > rate (mode 2) > rate (mode 1) . You can deactivate modes (OFF) to restrict the test model to less than 3 supported modes.

param codec_mode

C0660 | C0885 | C1265 | ON | OFF 6.6 kbit/s, 8.85 kbit/s, 12.65 kbit/s Comma-separated list of 3 values: data rates for mode 3 to 1 OFF (ON) disables (enables) codec mode.