Opc

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:SUBScriber<Subscriber>:AUTHenticati:OPC
class Opc[source]

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

get(ims=<Ims.Default: -1>, subscriber=<Subscriber.Default: -1>)str[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:SUBScriber<Subscriber>:AUTHenticati:OPC
value: str = driver.configure.data.control.ims.subscriber.authentication.opc.get(ims = repcap.Ims.Default, subscriber = repcap.Subscriber.Default)

Specifies the key OPc for the subscriber profile number <s>.

param ims

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

param subscriber

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

return

auth_opc: Key as 32-digit hexadecimal number A query returns a string. A setting supports the string format and the hexadecimal format (#H…) .

set(auth_opc: str, ims=<Ims.Default: -1>, subscriber=<Subscriber.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:SUBScriber<Subscriber>:AUTHenticati:OPC
driver.configure.data.control.ims.subscriber.authentication.opc.set(auth_opc = r1, ims = repcap.Ims.Default, subscriber = repcap.Subscriber.Default)

Specifies the key OPc for the subscriber profile number <s>.

param auth_opc

Key as 32-digit hexadecimal number A query returns a string. A setting supports the string format and the hexadecimal format (#H…) .

param ims

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

param subscriber

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