Range

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:VIRTualsub<VirtualSubscriber>:EVS:COMMon: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>, virtualSubscriber=<VirtualSubscriber.Default: -1>)RangeStruct[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:VIRTualsub<VirtualSubscriber>:EVS:COMMon:BITRate:RANGe
value: RangeStruct = driver.configure.data.control.ims.virtualSubscriber.evs.common.bitrate.range.get(ims = repcap.Ims.Default, virtualSubscriber = repcap.VirtualSubscriber.Default)

Selects the bit-rate range supported in the EVS primary mode. The value must be compatible to the selected bandwidth. The setting applies only if the uplink (receive) and the downlink (send) are configured together, see method RsCmwDau. Configure.Data.Control.Ims.VirtualSubscriber.Evs.Synch.Select.set.

param ims

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

param virtualSubscriber

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

return

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

set(structure: RsCmwDau.Implementations.Configure_.Data_.Control_.Ims_.VirtualSubscriber_.Evs_.Common_.Bitrate_.Range.Range.RangeStruct, ims=<Ims.Default: -1>, virtualSubscriber=<VirtualSubscriber.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:VIRTualsub<VirtualSubscriber>:EVS:COMMon:BITRate:RANGe
driver.configure.data.control.ims.virtualSubscriber.evs.common.bitrate.range.set(value = [PROPERTY_STRUCT_NAME](), ims = repcap.Ims.Default, virtualSubscriber = repcap.VirtualSubscriber.Default)

Selects the bit-rate range supported in the EVS primary mode. The value must be compatible to the selected bandwidth. The setting applies only if the uplink (receive) and the downlink (send) are configured together, see method RsCmwDau. Configure.Data.Control.Ims.VirtualSubscriber.Evs.Synch.Select.set.

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’)

param virtualSubscriber

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