Range

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:UPDate:EVS:RECeive:BITRate:RANGe
class Range[source]

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

class RangeStruct[source]

Structure for setting input parameters. Fields:

  • Bitrate_Lower: enums.Bitrate: R59 | R72 | R80 | R96 | R132 | R164 | R244 | R320 | R480 | R640 | R960 | R1280 Lower end of the range, 5.9 kbit/s to 128 kbit/s

  • Bitrate_Higher: enums.Bitrate: R59 | R72 | R80 | R96 | R132 | R164 | R244 | R320 | R480 | R640 | R960 | R1280 Upper end of the range, 5.9 kbit/s to 128 kbit/s

get(ims=<Ims.Default: -1>)RangeStruct[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:UPDate:EVS:RECeive:BITRate:RANGe
value: RangeStruct = driver.configure.data.control.ims.update.evs.receive.bitrate.range.get(ims = repcap.Ims.Default)

Selects the bit-rate range supported in the EVS primary mode in the uplink (receive) direction, for a call update and separate configuration.

param ims

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Ims’)

return

structure: for return value, see the help for RangeStruct structure arguments.

set(structure: RsCmwDau.Implementations.Configure_.Data_.Control_.Ims_.Update_.Evs_.Receive_.Bitrate_.Range.Range.RangeStruct, ims=<Ims.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:UPDate:EVS:RECeive:BITRate:RANGe
driver.configure.data.control.ims.update.evs.receive.bitrate.range.set(value = [PROPERTY_STRUCT_NAME](), ims = repcap.Ims.Default)

Selects the bit-rate range supported in the EVS primary mode in the uplink (receive) direction, for a call update and separate configuration.

param structure

for set value, see the help for RangeStruct structure arguments.

param ims

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Ims’)