Address

SCPI Command :

CONFigure:GENerator:IPConnection:ADDRess
class AddressCls[source]

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

get() str[source]
# SCPI: CONFigure:GENerator:IPConnection:ADDRess
value: str = driver.configure.generator.ipConnection.address.get()

The TCPIP address or computer name of the signal generator connected to the FSW via LAN. The IP address / computer name is maintained after a [PRESET], and is transferred between applications.

return

ip_address: IP address or computer name

set(ip_address: str) None[source]
# SCPI: CONFigure:GENerator:IPConnection:ADDRess
driver.configure.generator.ipConnection.address.set(ip_address = 'abc')

The TCPIP address or computer name of the signal generator connected to the FSW via LAN. The IP address / computer name is maintained after a [PRESET], and is transferred between applications.

param ip_address

IP address or computer name