Iconf

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:CONNection:SECurity:RSERver:ICONf
class IconfCls[source]

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

class IconfStruct[source]

Response structure. Fields:

  • Ip_First_Part: int: No parameter help available

  • Ip_Second_Part: int: No parameter help available

  • Ip_Third_Part: int: No parameter help available

  • Ip_Fourth_Part: int: No parameter help available

get() IconfStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:SECurity:RSERver:ICONf
value: IconfStruct = driver.configure.connection.security.rserver.iconf.get()

Sets the IPv4 address of an external RADIUS server.

return:

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

set(ip_first_part: int, ip_second_part: int, ip_third_part: int, ip_fourth_part: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:SECurity:RSERver:ICONf
driver.configure.connection.security.rserver.iconf.set(ip_first_part = 1, ip_second_part = 1, ip_third_part = 1, ip_fourth_part = 1)

Sets the IPv4 address of an external RADIUS server.

param ip_first_part:

No help available

param ip_second_part:

No help available

param ip_third_part:

No help available

param ip_fourth_part:

No help available