Bw

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:UPDate:EVS:SEND:BW
class Bw[source]

Bw 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:SEND:BW
value: enums.Bandwidth = driver.configure.data.control.ims.update.evs.send.bw.get(ims = repcap.Ims.Default)

Selects the codec bandwidths supported in the EVS primary mode in the downlink (send) direction, for a call update and separate configuration.

param ims

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

return

send_bw: 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(send_bw: RsCmwDau.enums.Bandwidth, ims=<Ims.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:UPDate:EVS:SEND:BW
driver.configure.data.control.ims.update.evs.send.bw.set(send_bw = enums.Bandwidth.FB, ims = repcap.Ims.Default)

Selects the codec bandwidths supported in the EVS primary mode in the downlink (send) direction, for a call update and separate configuration.

param send_bw

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