Evrc

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:SCONfig:SPEech:EVRC:EOPoint
CONFigure:CDMA:SIGNaling<Instance>:SCONfig:SPEech:EVRC:AERate
CONFigure:CDMA:SIGNaling<Instance>:SCONfig:SPEech:EVRC:RREStriction
CONFigure:CDMA:SIGNaling<Instance>:SCONfig:SPEech:EVRC:IVOCoder
class Evrc[source]

Evrc commands group definition. 4 total commands, 0 Sub-groups, 4 group commands

get_ae_rate()RsCmwCdma2kSig.enums.AvgEncodingRate[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SCONfig:SPEech:EVRC:AERate
value: enums.AvgEncodingRate = driver.configure.sconfig.speech.evrc.get_ae_rate()

Defines the average encoding rate for active speech (channel encoding rates) . This setting is dependent from the selected service option, see also ‘Speech Services’

return

aver_encod_rate: R93K | R85K | R75K | R70K | R66K | R62K | R58K | R48K R93K: 9.3 kbit/s R85K: 8.5 kbit/s R75K: 7.5 kbit/s R70K: 7.0 kbit/s R66K: 6.6 kbit/s R62K: 6.2 kbit/s R58K: 5.8 kbit/s R48K: 4.8 kbit/s

get_eopoint()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SCONfig:SPEech:EVRC:EOPoint
value: int = driver.configure.sconfig.speech.evrc.get_eopoint()

Flag signaling average encoding rate for the selected service option.

return

encoder_op_point: See ‘Speech Services’ Range: 0 to 7

get_rrestriction()RsCmwCdma2kSig.enums.RateRestriction[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SCONfig:SPEech:EVRC:RREStriction
value: enums.RateRestriction = driver.configure.sconfig.speech.evrc.get_rrestriction()

Configures rate restrictions in the reverse link.

return

rate_restrict: AUTO | FULL | HALF | QUARter | EIGHth AUTO: no restriction FULL: frames at the full rate set HALF: frames at the 1/2 rate set QUARter: frames at the 1/4 rate set EIGHth: frames at the 1/8 rate set

set_ae_rate(aver_encod_rate: RsCmwCdma2kSig.enums.AvgEncodingRate)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SCONfig:SPEech:EVRC:AERate
driver.configure.sconfig.speech.evrc.set_ae_rate(aver_encod_rate = enums.AvgEncodingRate.R48K)

Defines the average encoding rate for active speech (channel encoding rates) . This setting is dependent from the selected service option, see also ‘Speech Services’

param aver_encod_rate

R93K | R85K | R75K | R70K | R66K | R62K | R58K | R48K R93K: 9.3 kbit/s R85K: 8.5 kbit/s R75K: 7.5 kbit/s R70K: 7.0 kbit/s R66K: 6.6 kbit/s R62K: 6.2 kbit/s R58K: 5.8 kbit/s R48K: 4.8 kbit/s

set_eopoint(encoder_op_point: int)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SCONfig:SPEech:EVRC:EOPoint
driver.configure.sconfig.speech.evrc.set_eopoint(encoder_op_point = 1)

Flag signaling average encoding rate for the selected service option.

param encoder_op_point

See ‘Speech Services’ Range: 0 to 7

set_ivo_coder(init_vo_coder: bool)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SCONfig:SPEech:EVRC:IVOCoder
driver.configure.sconfig.speech.evrc.set_ivo_coder(init_vo_coder = False)

Triggers the enhanced variable rate codec settings.

param init_vo_coder

OFF | ON

set_rrestriction(rate_restrict: RsCmwCdma2kSig.enums.RateRestriction)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SCONfig:SPEech:EVRC:RREStriction
driver.configure.sconfig.speech.evrc.set_rrestriction(rate_restrict = enums.RateRestriction.AUTO)

Configures rate restrictions in the reverse link.

param rate_restrict

AUTO | FULL | HALF | QUARter | EIGHth AUTO: no restriction FULL: frames at the full rate set HALF: frames at the 1/2 rate set QUARter: frames at the 1/4 rate set EIGHth: frames at the 1/8 rate set