SYSTem:STATus

SYSTem:STATus

Last updated: October 30, 2013

GPIB Command Conventions

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

Function

Queries the External EPC Connection Status. See External EPC Conn Status .

  • NCON: Indicates there is no external LAN connection of any connection type to external EPC simulator.
  • CONN: Indicates there is a LAN connection established with the external EPC simulator.

Query

Range: NCON|CONN

Requirements

Lab Application Revision: G.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 Connected EPC IP Address .

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: G.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 information about the last sychronization event when the test sets executes Sync To External Sync Server or receives Sync Process Request message.

  • COC: Indicates the synchronization operation was completed in the test set that act as Sync Client.
  • SOC: Indicates the synchronization operation was completed in the test set that act as Sync Server.
  • CSOC: Indicates the synchronization operation was completed in the test set that acts as Sync Client first and then as Sync Server.

Query

Range: UNKN|COC|SOC|CSOC

Requirements

Lab Application Revision: B.03 or above

Programming Example

 
OUTPUT 714;"SYSTEM:STATUS:COMMUNICATE:LAN:EXTERNAL:SYNCHRONIZE:INDICATION?"