TypePy

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:UPDate:CALL:TYPE
class TypePy[source]

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

get(ims=<Ims.Default: -1>)RsCmwDau.enums.AvTypeA[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:UPDate:CALL:TYPE
value: enums.AvTypeA = driver.configure.data.control.ims.update.call.typePy.get(ims = repcap.Ims.Default)

Selects the new call type for a call update.

param ims

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

return

call_type: AUDio | VIDeo

set(call_type: RsCmwDau.enums.AvTypeA, ims=<Ims.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:UPDate:CALL:TYPE
driver.configure.data.control.ims.update.call.typePy.set(call_type = enums.AvTypeA.AUDio, ims = repcap.Ims.Default)

Selects the new call type for a call update.

param call_type

AUDio | VIDeo

param ims

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