IpAddress

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:MMONitor:IPADdress
class IpAddress[source]

IpAddress commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class GetStruct[source]

Response structure. Fields:

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

  • Ip_Address: str: Used IP address as string

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

Selects the IP address to which signaling messages have to be 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: RsCmwWcdmaSig.enums.IpAddrIndex)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:MMONitor:IPADdress
driver.configure.mmonitor.ipAddress.set(index = enums.IpAddrIndex.IP1)

Selects the IP address to which signaling messages have to be 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