5790B
Operators Manual
6-50
IPADDR ?
Sequential command. Returns the IP address for LAN communication. When
DHCP is enabled, this address will be the address allocated by the DNS server.
When DHCP is disabled, this address will be the entered value of the static IP
address.
Parameter
None
Response
String
Example
IPADDR?
Will return 129.196.137.45 if DHCP is enabled and the DNS server has
allocated this address to the Product, or will return 129.196.136.119 if DHCP is
disabled and the static address has been previously set to that address.
ISCE0
Loads two bytes into the Instrument Status 1 to 0 Change Enable register
described under "Checking Product Status."
Parameter
The decimal equivalent of the binary number to load into the register. You
can also send a binary, octal, or hexadecimal number if you precede the
number with #b, #o, or #h, respectively. (A number without a preceding
designator is taken as decimal.)
Example
ISCE0 52
Loads 00000000 00110100 (binary) into the register, enabling bits 5
(MCCHG), 4
(MDCHG), and 2 (RNGCHG).
ISCE0?
Reads the contents of the Instrument Status 1 to 0 Change Enable register
described under "Checking Product Status."
Parameter
None
Response
(Integer) The contents of the Instrument Status 1 to 0 Change Enable register
in decimal.
Example
ISCE0?
Returns 52 if bits 5 (MCCHG), 4 (MDCHG), and 2 (RNGCHG) are enabled (set
to 1) in the Instrument Status 1 to 0 Change Enable register.
ISCE1
Loads two bytes into the Instrument Status 0 to 1 Change Enable register
described under "Checking Product Status."
Parameter
The decimal equivalent of the binary number to load into the register. You
can also send a binary, octal, or hexadecimal number if you precede the