Select

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:UPDate:EVS:SYNCh:SELect
class Select[source]

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

get(ims=<Ims.Default: -1>)RsCmwDau.enums.BwRange[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:UPDate:EVS:SYNCh:SELect
value: enums.BwRange = driver.configure.data.control.ims.update.evs.synch.select.get(ims = repcap.Ims.Default)

Selects a configuration mode for the bandwidth and bit-rate settings of the EVS primary mode, for a call update.

param ims

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

return

bw_ranges: COMMon | SENDrx Common configuration or send/receive configured separately

set(bw_ranges: RsCmwDau.enums.BwRange, ims=<Ims.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:UPDate:EVS:SYNCh:SELect
driver.configure.data.control.ims.update.evs.synch.select.set(bw_ranges = enums.BwRange.COMMon, ims = repcap.Ims.Default)

Selects a configuration mode for the bandwidth and bit-rate settings of the EVS primary mode, for a call update.

param bw_ranges

COMMon | SENDrx Common configuration or send/receive configured separately

param ims

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