Key

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:SUBScriber<Subscriber>:AUTHenticati:KEY
class Key[source]

Key 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:KEY
value: str = driver.configure.data.control.ims.subscriber.authentication.key.get(ims = repcap.Ims.Default, subscriber = repcap.Subscriber.Default)

Defines the authentication key K 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_key: Key as 32-digit hexadecimal number A query returns a string. A setting supports the string format and the hexadecimal format (#H…) .

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

Defines the authentication key K for the subscriber profile number <s>.

param auth_key

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’)