IpSec

SCPI Commands

CONFigure:DATA:CONTrol:IMS:UAUThentic:IPSec:IALGorithm
CONFigure:DATA:CONTrol:IMS:UAUThentic:IPSec:EALGorithm
CONFigure:DATA:CONTrol:IMS:UAUThentic:IPSec
class IpSec[source]

IpSec commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

get_ealgorithm()RsCmwDau.enums.IpSecEalgorithm[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:IPSec:EALGorithm
value: enums.IpSecEalgorithm = driver.configure.data.control.ims.uauthentication.ipSec.get_ealgorithm()

No command help available

return

ip_sece_alg: No help available

get_ialgorithm()RsCmwDau.enums.IpSecIalgorithm[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:IPSec:IALGorithm
value: enums.IpSecIalgorithm = driver.configure.data.control.ims.uauthentication.ipSec.get_ialgorithm()

No command help available

return

ip_sec_ialgorithm: No help available

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

No command help available

return

ip_sec: No help available

set_ealgorithm(ip_sece_alg: RsCmwDau.enums.IpSecEalgorithm)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:IPSec:EALGorithm
driver.configure.data.control.ims.uauthentication.ipSec.set_ealgorithm(ip_sece_alg = enums.IpSecEalgorithm.AES)

No command help available

param ip_sece_alg

No help available

set_ialgorithm(ip_sec_ialgorithm: RsCmwDau.enums.IpSecIalgorithm)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS:UAUThentic:IPSec:IALGorithm
driver.configure.data.control.ims.uauthentication.ipSec.set_ialgorithm(ip_sec_ialgorithm = enums.IpSecIalgorithm.AUTO)

No command help available

param ip_sec_ialgorithm

No help available

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

No command help available

param ip_sec

No help available