AesKey

SCPI Command :

[SOURce<HW>]:BB:GNSS:GALileo:OSNMa:AESKey:LENGth
class AesKeyCls[source]

AesKey commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_length() OsnmaAes[source]
# SCPI: [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 [:SOURce<hw>]:BB:GNSS:GALileo:OSNMa:MF.

return:

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]
# SCPI: [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 [:SOURce<hw>]:BB:GNSS:GALileo:OSNMa:MF.

param key_length:

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