BwCommon

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:UPDate:EVS:BWCommon
class BwCommon[source]

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

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

Selects the codec bandwidths supported in the EVS primary mode, for a call update and common configuration.

param ims

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

return

bw_common: NB | WB | SWB | FB | NBWB | NBSWb | NBFB NB: narrowband only WB: wideband only SWB: super wideband only FB: fullband only NBWB: narrowband and wideband NBSWb: narrowband, wideband and super wideband NBFB: narrowband, wideband, super wideband and fullband

set(bw_common: RsCmwDau.enums.Bandwidth, ims=<Ims.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:UPDate:EVS:BWCommon
driver.configure.data.control.ims.update.evs.bwCommon.set(bw_common = enums.Bandwidth.FB, ims = repcap.Ims.Default)

Selects the codec bandwidths supported in the EVS primary mode, for a call update and common configuration.

param bw_common

NB | WB | SWB | FB | NBWB | NBSWb | NBFB NB: narrowband only WB: wideband only SWB: super wideband only FB: fullband only NBWB: narrowband and wideband NBSWb: narrowband, wideband and super wideband NBFB: narrowband, wideband, super wideband and fullband

param ims

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