SYSTem:STATus

SYSTem:STATus

Last updated: April 26, 2013

GPIB Command Conventions

SYSTem:STATus:COMMunicate:LAN:EPCore:CONNected[:STATe]?

Function

Queries the External EPC Connection Status. See Connect To External EPC

Query

Range: NCON | CONN

Requirements

Lab Application Revision: D.00.00 and above

Programming Example

 
OUTPUT 714;"SYSTem:STATus:COMMunicate:LAN:EPCore:CONNected?"

SYSTem:STATus:COMMunicate:LAN:EPCore:CONNected:ADDRess?

Function

Queries the Connected EPC IPv4 address. See Ext EPC IP Addr

Query

Range:

  • 0.0.0.0 to 126.255.255.255
  • 128.0.0.0 to 223.255.255.255
  • "" (Null)

Requirements

Lab Application Revision: D.00.00 and above

Programming Example

 
OUTPUT 714;"SYSTem:STATus:COMMunicate:LAN:EPCore:CONNected:ADDRess?"

SYSTem:STATus:COMMunicate:LAN:EXTernal:SYNChronize:INDication?

Function

Queries the synchronization annuciators. See Sync Annuciators .

Query

Range: UNKN|COC|SOC|CSOC

Requirements

Lab Application Revision: A.02 and above

Programming Example

 
OUTPUT 714;"SYSTem:STATus:COMMunicate:LAN:EXTernal:SYNChronize:INDication?"

SYSTem:STATus:COMMunicate:LAN:EXTernal:CONNected:ADDRess?

Function

Queries the connected device 1 IP address. See Ext 8960 IP Addr .

Query

Range: 15 characters formatted as follows: A.B.C.D. The range of values for A= 0 to 126 and 128 to 223. The range of values for B,C, D = 0 to 255 (no embedded spaces), if not connected, null string "" is returned.

Requirements

Test Application Revision: A.09 and above, with the required feature license

Programming Example

 
OUTPUT 714;"SYSTem:STATus:COMMunicate:LAN:EXTernal:CONNected:ADDRess?"

SYSTem:STATus:COMMunicate:LAN:EXTernal2:CONNected:ADDRess?

Function

Queries the connected device 2 IP address. See Ext2 8960 IP Addr .

Query

Range: 15 characters formatted as follows: A.B.C.D. The range of values for A= 0 to 126 and 128 to 223. The range of values for B,C, D = 0 to 255 (no embedded spaces), if not connected, null string "" is returned.

Requirements

Test Application Revision: A.09 and above, with the required feature license

Programming Example

 
OUTPUT 714;"SYSTem:STATus:COMMunicate:LAN:EXTernal2:CONNected:ADDRess?"

SYSTem:STATus:COMMunicate:LAN:EXTernal:CONNected[:STATe]?

Function

Queries the external 8960 1 connection status.

Query

Range: CONN | CONG | DISC | NCON

Requirements

Test Application Revision: A.09 and above, with the required feature license

Programming Example

 
OUTPUT 714;"SYSTem:STATus:COMMunicate:LAN:EXTernal:CONNected?"

SYSTem:STATus:COMMunicate:LAN:EXTernal2:CONNected[:STATe]?

Function

Queries the external 8960 2 connection status.

Query

Range: CONN | CONG | DISC | NCON

Requirements

Test Application Revision: A.09 and above, with the required feature license

Programming Example

 
OUTPUT 714;"SYSTem:STATus:COMMunicate:LAN:EXTernal2:CONNected?"

SYSTem:COMMunicate:LAN[:SELF]:ROUTer:STATe:IP6

Function

Sets/queries whether the test set acts as a IPv6 router.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting Off

Requirements

Test Application Revision: D.01.00 and above.

Programming Example

 
OUTPUT 714;"SYSTEM:COMMUNICATE:LAN:SELF:ROUTER:STATE:IP6 ON" 
!Sets the IPv6 Router State to "On"