Pkey

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:CONNection:SECurity:PKEY
class PkeyCls[source]

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

class PkeyStruct[source]

Response structure. Fields:

  • Key_Mode: enums.KeyMode: RANDom | FIXed RAND: private key assigned automatically FIX: private key assigned manually via private_key

  • Private_Key: str: string

get() PkeyStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:SECurity:PKEY
value: PkeyStruct = driver.configure.connection.security.pkey.get()

Sets the private security key for WPA3 personal as a string, 64 to 96 characters.

return:

structure: for return value, see the help for PkeyStruct structure arguments.

set(key_mode: KeyMode, private_key: str = None) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:SECurity:PKEY
driver.configure.connection.security.pkey.set(key_mode = enums.KeyMode.FIXed, private_key = 'abc')

Sets the private security key for WPA3 personal as a string, 64 to 96 characters.

param key_mode:

RANDom | FIXed RAND: private key assigned automatically FIX: private key assigned manually via private_key

param private_key:

string