Id

SCPI Commands

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

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

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

Queries a list of call IDs or releases a call selected via its ID.

param ims

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

return

ids: Comma-separated list of ID strings, one string per established call

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

Queries a list of call IDs or releases a call selected via its ID.

param idn

ID as string, selecting the call to be released

param ims

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