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.applications.k18AmplifierEt.configure.generator.ipConnection.address.get()

This command defines the IP address of the connected signal generator. Make sure to synchronize with *OPC? or *WAI to make sure that the command was successfully applied on the generator before sending the next command.

return

ip_address: String containing the IP address or computer name.

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

This command defines the IP address of the connected signal generator. Make sure to synchronize with *OPC? or *WAI to make sure that the command was successfully applied on the generator before sending the next command.

param ip_address

String containing the IP address or computer name.