Cmr

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:UPDate:EVS:CMR
class Cmr[source]

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

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

Specifies the SDP parameter ‘cmr’ for the EVS codec, for a call update.

param ims

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

return

cmr: DISable | ENABle | PRESent | NP Disable, enable, present all, not present

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

Specifies the SDP parameter ‘cmr’ for the EVS codec, for a call update.

param cmr

DISable | ENABle | PRESent | NP Disable, enable, present all, not present

param ims

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