Id

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:UPDate:CALL:ID
class Id[source]

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

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

Selects the call to be updated. To query a list of IDs, see method RsCmwDau.Configure.Data.Control.Ims.Release.Call.Id. set. All other UPDate commands affect the call selected via this command.

param ims

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

return

idn: Call ID as string, selecting the call to be updated

set(idn: str, ims=<Ims.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:UPDate:CALL:ID
driver.configure.data.control.ims.update.call.id.set(idn = '1', ims = repcap.Ims.Default)

Selects the call to be updated. To query a list of IDs, see method RsCmwDau.Configure.Data.Control.Ims.Release.Call.Id. set. All other UPDate commands affect the call selected via this command.

param idn

Call ID as string, selecting the call to be updated

param ims

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