Factory

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:CONFerence:FACTory:DELete
class Factory[source]

Factory commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

delete(factory: str, ims=<Ims.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:CONFerence:FACTory:DELete
driver.configure.data.control.ims.conference.factory.delete(factory = '1', ims = repcap.Ims.Default)

Deletes an entry of the factory list (list of reachable conference server addresses) .

param factory

Conference server address to be deleted, as string

param ims

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.data.control.ims.conference.factory.clone()

Subgroups