Atype

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:CONNection:WDIRect:ATYPe
class AtypeCls[source]

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

class AtypeStruct[source]

Response structure. Fields:

  • Method: enums.AuthMethod: No parameter help available

  • Mode: enums.AutoManualMode: No parameter help available

  • Pin: str: No parameter help available

get() AtypeStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:WDIRect:ATYPe
value: AtypeStruct = driver.configure.connection.wdirect.atype.get()

No command help available

return:

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

set(method: AuthMethod, mode: AutoManualMode, pin: str) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:WDIRect:ATYPe
driver.configure.connection.wdirect.atype.set(method = enums.AuthMethod.DISPlay, mode = enums.AutoManualMode.AUTO, pin = 'abc')

No command help available

param method:

No help available

param mode:

No help available

param pin:

No help available