8163A/B, 8164A/B & 8166A/B Mainframes Programming Guide
77
Instrument Setup and Status
3
command:
:SYSTem:COMMunicate:ETHernet:SMASk
syntax:
:SYSTem:COMMunicate:ETHernet:SMASk
description:
Set the subnet mask.
parameters:
string (Up to four groups of up to 3 digits, groups separated by ".". Groups with leading
zeroes are interpreted as octal numbers.)
response:
none
example:
:syst:comm:eth:smas “255.255.255.0“
command:
:SYSTem:COMMunicate:ETHernet:SMASk?
syntax:
:SYSTem:COMMunicate:ETHernet:SMASk?
description:
Get the subnet mask.
parameters:
none
response:
string
example:
:syst:comm:eth:smas?
->
“255.255.255.0”<END>
command:
:SYSTem:COMMunicate:ETHernet:DGATeway
syntax:
:SYSTem:COMMunicate:ETHernet:DGATeway
description:
Set the default gateway.
parameters:
string (Up to four groups of up to 3 digits, groups separated by ".". Groups with leading zeroes are interpreted as octal
numbers.)
response:
none
example:
:syst:comm:eth:dgat “192.168.101.11“