Sinfo

SCPI Command :

SENSe:WLAN:SIGNaling<instance>:SINFo:EAPStat
class SinfoCls[source]

Sinfo commands group definition. 2 total commands, 1 Subgroups, 1 group commands

class EapStatStruct[source]

Structure for reading output parameters. Fields:

  • State: enums.ResultState: IDLE | SUCCess | FAILure EAP connection state

  • Type_Py: enums.AuthType: IDENtity | NOTification | NAK | MD5 | OTP | GTC | TLS | CLEap | SIM | TTLS | AKA | AKAPrime Authentication stage

get_eap_stat() EapStatStruct[source]
# SCPI: SENSe:WLAN:SIGNaling<instance>:SINFo:EAPStat
value: EapStatStruct = driver.sense.sinfo.get_eap_stat()

Queries the current state of the EAP connection for the security mode ‘WPA / WPA2 Enterprise’.

return:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.sinfo.clone()

Subgroups