AesKey

SCPI Command :

[SOURce<HW>]:BB:GNSS:GALileo:OSNMa:AESKey:LENGth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_length() OsnmaAes[source]
# [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:AESKey:LENGth
value: enums.OsnmaAes = driver.source.bb.gnss.galileo.osnma.aesKey.get_length()

Sets the length of the cipher-based message authentication code (CMAC) key. Setting requires a MAC Function (MF) field value of 1: SOURce1:BB:GNSS:GALileo:OSNMa:MF 1 See also method RsSmw.source.bb.gnss.galileo.osnma.mf() .

Returns:

key_length: AES128 | AES256 AES128 The length of the CMAC key is 128 bits. AES256 The length of the CMAC key is 256 bits.

set_length(key_length: OsnmaAes) None[source]
# [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:AESKey:LENGth
driver.source.bb.gnss.galileo.osnma.aesKey.set_length(key_length = enums.OsnmaAes.AES128)

Sets the length of the cipher-based message authentication code (CMAC) key. Setting requires a MAC Function (MF) field value of 1: SOURce1:BB:GNSS:GALileo:OSNMa:MF 1 See also method RsSmw.source.bb.gnss.galileo.osnma.mf() .

Parameters:

key_length – AES128 | AES256 AES128 The length of the CMAC key is 128 bits. AES256 The length of the CMAC key is 256 bits.