Address

SCPI Command :

CONFigure:GENerator:IPConnection:ADDRess
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# 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.

Returns:

ip_address: IP address or computer name

set(ip_address: str) None[source]
# 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.

Parameters:

ip_address – IP address or computer name