Frate

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:AMR:THReshold:NB:FRATe:GMSK
class Frate[source]

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

get_gmsk()List[float][source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:AMR:THReshold:NB:FRATe:GMSK
value: List[float or bool] = driver.configure.connection.cswitched.amr.threshold.nb.frate.get_gmsk()

Selects the upper and lower limits for the codec mode swapping. The threshold sequence is following: lower 4, upper 3, lower 3, upper 2, lower 2, and upper 1 threshold. Value OFF disables threshold.

return

threshold: ON | OFF 0 dB to 31.5 dB: limit of codec mode Additional parameters OFF (ON) disables (enables) the limit. Range: OFF, 0 dB to 31.5 dB , Unit: dB

set_gmsk(threshold: List[float])None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:CSWitched:AMR:THReshold:NB:FRATe:GMSK
driver.configure.connection.cswitched.amr.threshold.nb.frate.set_gmsk(threshold = [1.1, True, 2.2, False, 3.3])

Selects the upper and lower limits for the codec mode swapping. The threshold sequence is following: lower 4, upper 3, lower 3, upper 2, lower 2, and upper 1 threshold. Value OFF disables threshold.

param threshold

ON | OFF 0 dB to 31.5 dB: limit of codec mode Additional parameters OFF (ON) disables (enables) the limit. Range: OFF, 0 dB to 31.5 dB , Unit: dB