Alignment

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:UPDate:AMR:ALIGnment
class Alignment[source]

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

get(ims=<Ims.Default: -1>)RsCmwDau.enums.AlignMode[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:UPDate:AMR:ALIGnment
value: enums.AlignMode = driver.configure.data.control.ims.update.amr.alignment.get(ims = repcap.Ims.Default)

Selects the new AMR voice codec alignment mode for a call update.

param ims

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

return

amr_alignment: OCTetaligned | BANDwidtheff OCTetaligned: octet-aligned BANDwidtheff: bandwidth-efficient

set(amr_alignment: RsCmwDau.enums.AlignMode, ims=<Ims.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:UPDate:AMR:ALIGnment
driver.configure.data.control.ims.update.amr.alignment.set(amr_alignment = enums.AlignMode.BANDwidtheff, ims = repcap.Ims.Default)

Selects the new AMR voice codec alignment mode for a call update.

param amr_alignment

OCTetaligned | BANDwidtheff OCTetaligned: octet-aligned BANDwidtheff: bandwidth-efficient

param ims

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