Configuring for Static IP through SCPI Commands
To change from DHCP to Static IP, send these commands to port 9001 of the instrument’s dynamic IP address:
1. Set the static values of the Ethernet configuration that are used when DHCP is OFF:
SYSTem:COMMunicate:LAN:CONFig <Static IP>,<Static Gateway>, <Static Subnet>
The <Static IP>, <Static Gateway>, and <Static Subnet> must be enclosed in quotes like the following example:
SYST:COMM:LAN:CONF “124.168.1.1”,“124.168.1.0”,”255.255.255.0”
2. Confirm the static IP settings by querying the static Ethernet configuration:
SYSTem:COMMunicate:LAN:CONFig?
3. Turn off DHCP and set the instrument to static IP mode:
SYSTem:COMMunicate:LAN:DHCP OFF
4. Reboot the instrument.