IpAddress

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:MMONitor:IPADdress
class IpAddressCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Index: enums.IpAddrIndex: IP1 | IP2 | IP3 Address pool index

  • Ip_Address: str: string Used IP address as string

get() GetStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:MMONitor:IPADdress
value: GetStruct = driver.configure.mmonitor.ipAddress.get()

Selects the IP address to which signaling messages are sent for message monitoring. The address pool is configured globally via CONFigure:BASE:MMONitor:IPADdress<n>. A query returns both the current index and the resulting IP address.

return:

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

set(index: IpAddrIndex) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:MMONitor:IPADdress
driver.configure.mmonitor.ipAddress.set(index = enums.IpAddrIndex.IP1)

Selects the IP address to which signaling messages are sent for message monitoring. The address pool is configured globally via CONFigure:BASE:MMONitor:IPADdress<n>. A query returns both the current index and the resulting IP address.

param index:

IP1 | IP2 | IP3 Address pool index