Scheme

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:SUBScriber<Subscriber>:AUTHenticati:SCHeme
class Scheme[source]

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

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

Specifies whether authentication is performed for the subscriber profile number <s> and selects the authentication and key agreement version to be used.

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_scheme: AKA1 | AKA2 | NOAuthentic AKA1: authentication with AKA version 1 AKA2: authentication with AKA version 2 NOAuthentic: no authentication

set(auth_scheme: RsCmwDau.enums.AuthScheme, ims=<Ims.Default: -1>, subscriber=<Subscriber.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:SUBScriber<Subscriber>:AUTHenticati:SCHeme
driver.configure.data.control.ims.subscriber.authentication.scheme.set(auth_scheme = enums.AuthScheme.AKA1, ims = repcap.Ims.Default, subscriber = repcap.Subscriber.Default)

Specifies whether authentication is performed for the subscriber profile number <s> and selects the authentication and key agreement version to be used.

param auth_scheme

AKA1 | AKA2 | NOAuthentic AKA1: authentication with AKA version 1 AKA2: authentication with AKA version 2 NOAuthentic: no authentication

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