Create

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:PCSCf:CREate
class Create[source]

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

set(ims=<Ims.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:PCSCf:CREate
driver.configure.data.control.ims.pcscf.create.set(ims = repcap.Ims.Default)

Updates the internal list of P-CSCF profiles. If your command script adds P-CSCF profiles, you must insert this command before you can use the new profiles. It is sufficient to insert the command once, after adding the last P-CSCF profile / before using the profiles.

param ims

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

set_with_opc(ims=<Ims.Default: -1>)None[source]