StartMode

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:UPDate:EVS:STARtmode
class StartMode[source]

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

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

Selects the start mode for the EVS codec, for a call update.

param ims

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

return

start_mode: EPRimary | EAMRwbio EVS primary or EVS AMR-WB IO

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

Selects the start mode for the EVS codec, for a call update.

param start_mode

EPRimary | EAMRwbio EVS primary or EVS AMR-WB IO

param ims

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