637
S:\Hp8960\E1962B CDMA 2000\Pi Release\Reference Guide\Chapters\cdma2000_hpib_system_communicate.fm
SYSTem:COMMunicate
SYSTem:COMMunicate:GPIB:DEBug[:STATe]
SYSTem:COMMunicate:LAN[:SELF]:ADDRess
Function Sets/queries the test set’s SCPI debugger state.
When the state is on; enhanced error messages (generated from GPIB commands with syntax
errors) are shown the test set display.
The error message is printed along with the syntax. <ERR> is displayed at the end of the
incorrect node. Non-printable characters will be replaced with the $ symbol. See “Error
Messages” on page 719 for a list of the errors.
The debugger state should be set to on only during GPIB code development. Test times will
increase if the debugger state is left on.
Setting Range: 0|OFF | 1|ON
Query 0|1
*RST setting 0|off
Programming Example
OUTPUT 714;"SYSTEM:COMMUNICATE:GPIB:DEBUG:STATE ON" !Sets debugger to on.
Function Sets/queries the test set’s LAN IP address. The value of A is used to determine the subnet mask,
see “SYSTem:COMMunicate:LAN[:SELF]:SMASk” on page 638.
If the LAN address is changed the subnet mask should be checked to insure that it is set to the
proper class for that LAN address.
Setting Range: 15 characters formatted as follows: A.B.C.D where A= 0 to 223 B,C,D = 0 to 255 (no
embedded spaces)
Query Range: 15 characters formatted as follows: A.B.C.D where A= 0 to 223 B,C,D = 0 to 255 (no
embedded spaces)
Factory
setting
0.0.0.0 (this parameter is not affected by any reset operation and can only be changed by direct
user access)
Related
Topics
“Configuring the Test Set’s LAN” on page 772
Programming Example
OUTPUT 714;"SYSTEM:COMMUNICATE:LAN:SELF:ADDRESS ’130.015.156.255’" !Sets the
!LAN IP
!address.