Uauthentication

SCPI Commands

CONFigure:DATA:CONTrol:IMS:UAUThentic:PUID
CONFigure:DATA:CONTrol:IMS:UAUThentic:KEY
CONFigure:DATA:CONTrol:IMS:UAUThentic:RAND
CONFigure:DATA:CONTrol:IMS:UAUThentic:ALGorithm
CONFigure:DATA:CONTrol:IMS:UAUThentic:AMF
CONFigure:DATA:CONTrol:IMS:UAUThentic:AKAVersion
CONFigure:DATA:CONTrol:IMS:UAUThentic:KTYPe
CONFigure:DATA:CONTrol:IMS:UAUThentic:AOP
CONFigure:DATA:CONTrol:IMS:UAUThentic:AOPC
CONFigure:DATA:CONTrol:IMS:UAUThentic:RESLength
CONFigure:DATA:CONTrol:IMS:UAUThentic
class Uauthentication[source]

Uauthentication commands group definition. 14 total commands, 1 Sub-groups, 11 group commands

get_aka_version()RsCmwDau.enums.AkaVersion[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:AKAVersion
value: enums.AkaVersion = driver.configure.data.control.ims.uauthentication.get_aka_version()

No command help available

return

aka_version: No help available

get_algorithm()RsCmwDau.enums.AuthAlgorithm[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:ALGorithm
value: enums.AuthAlgorithm = driver.configure.data.control.ims.uauthentication.get_algorithm()

No command help available

return

algorithm: No help available

get_amf()str[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:AMF
value: str = driver.configure.data.control.ims.uauthentication.get_amf()

No command help available

return

amf: No help available

get_aop()str[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:AOP
value: str = driver.configure.data.control.ims.uauthentication.get_aop()

No command help available

return

aop: No help available

get_aopc()str[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:AOPC
value: str = driver.configure.data.control.ims.uauthentication.get_aopc()

No command help available

return

aopc: No help available

get_key()str[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:KEY
value: str = driver.configure.data.control.ims.uauthentication.get_key()

No command help available

return

key: No help available

get_ktype()RsCmwDau.enums.KeyType[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:KTYPe
value: enums.KeyType = driver.configure.data.control.ims.uauthentication.get_ktype()

No command help available

return

key_type: No help available

get_puid()str[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:PUID
value: str = driver.configure.data.control.ims.uauthentication.get_puid()

No command help available

return

private_user_id: No help available

get_rand()str[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:RAND
value: str = driver.configure.data.control.ims.uauthentication.get_rand()

No command help available

return

rand: No help available

get_res_length()int[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:RESLength
value: int = driver.configure.data.control.ims.uauthentication.get_res_length()

No command help available

return

res_length: No help available

get_value()bool[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic
value: bool = driver.configure.data.control.ims.uauthentication.get_value()

No command help available

return

uauthentic: No help available

set_aka_version(aka_version: RsCmwDau.enums.AkaVersion)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:AKAVersion
driver.configure.data.control.ims.uauthentication.set_aka_version(aka_version = enums.AkaVersion.AKA1)

No command help available

param aka_version

No help available

set_algorithm(algorithm: RsCmwDau.enums.AuthAlgorithm)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:ALGorithm
driver.configure.data.control.ims.uauthentication.set_algorithm(algorithm = enums.AuthAlgorithm.MILenage)

No command help available

param algorithm

No help available

set_amf(amf: str)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:AMF
driver.configure.data.control.ims.uauthentication.set_amf(amf = r1)

No command help available

param amf

No help available

set_aop(aop: str)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:AOP
driver.configure.data.control.ims.uauthentication.set_aop(aop = r1)

No command help available

param aop

No help available

set_aopc(aopc: str)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:AOPC
driver.configure.data.control.ims.uauthentication.set_aopc(aopc = r1)

No command help available

param aopc

No help available

set_key(key: str)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:KEY
driver.configure.data.control.ims.uauthentication.set_key(key = r1)

No command help available

param key

No help available

set_ktype(key_type: RsCmwDau.enums.KeyType)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:KTYPe
driver.configure.data.control.ims.uauthentication.set_ktype(key_type = enums.KeyType.OP)

No command help available

param key_type

No help available

set_puid(private_user_id: str)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:PUID
driver.configure.data.control.ims.uauthentication.set_puid(private_user_id = '1')

No command help available

param private_user_id

No help available

set_rand(rand: str)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:RAND
driver.configure.data.control.ims.uauthentication.set_rand(rand = r1)

No command help available

param rand

No help available

set_res_length(res_length: int)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:RESLength
driver.configure.data.control.ims.uauthentication.set_res_length(res_length = 1)

No command help available

param res_length

No help available

set_value(uauthentic: bool)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic
driver.configure.data.control.ims.uauthentication.set_value(uauthentic = False)

No command help available

param uauthentic

No help available

Cloning the Group

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

Subgroups