Address
SCPI Command :
CONFigure:GENerator:IPConnection:ADDRess
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# 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*WAIto make sure that the command was successfully applied on the generator before sending the next command.- Returns:
ip_address: String containing the IP address or computer name.
- set(ip_address: str) None[source]
# 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*WAIto make sure that the command was successfully applied on the generator before sending the next command.- Parameters:
ip_address – String containing the IP address or computer name.