CALL:COUNt

CALL:COUNt

Last updated:January 6, 2012

This section is only applicable to the lab application.

GPIB Command Conventions

CALL:COUNt:CLEar:MS:IP

Function

Clears the data counters.

Programming Example

 
OUTPUT 714;"CALL:COUNt:CLEar:MS:IP" !Clears the IP counters.

CALL:COUNt:MS:IP[:ALL]?

Function

Queries the number of IP (Internet Protocol) packets and bytes transferred between the test set and the wireless device on both the uplink and downlink. Results are returned in the following order:

1. Downlink packets
2. Downlink bytes
3. Uplink packets
4. Uplink bytes

Power up, full preset, or the clear counters command will clear the counters.

When IP counters reach their maximum value, they remain at that value until cleared.

Query

Range: 0 to 9999999999, 9.91 E+37

Resolution: 1

Programming Example

 
OUTPUT 714;"CALL:COUNt:MS:IP:ALL?" !Queries the packet and byte count on the downlink and uplink.

CALL:COUNt:MS:IP:RX?

Function

Queries the number of IP (Internet Protocol) packets and bytes (both IPv4 and IPv6) transferred between the wireless device and the test set on the uplink channel. Results are returned in the following order:

1. Packets
2. Bytes

Power up, full preset, or the clear counters command will clear the counters.

When IP counters reach their maximum value, they remain at that value until cleared.

Query

Range: 0 to 9999999999, 9.91 E+37

Resolution: 1

Programming Example

 
OUTPUT 714;"CALL:COUNt:MS:IP:RX?" !Queries the packet and byte count on the downlink.

CALL:COUNt:MS:IP:RX:IP6?

Function

Queries the number of IPv6 (Internet Protocol) packets and bytes transferred between the wireless device and the test set on the uplink channel. Results are returned in the following order:

1. Packets
2. Bytes

Power up, full preset, or the clear counters command will clear the counters.

When the counters reach their maximum value, they remain at that value until cleared.

Query

Range: 0 to 9,999,999,999, 9.91 E+37

Resolution: 1

Requirements

Lab Application Revision: G.00.09 and above

Programming Example

 
OUTPUT 714;"CALL:COUNt:MS:IP:RX:IP6?".

CALL:COUNt:MS:IP:TX?

Function

Queries the number of IP (Internet Protocol) packets and bytes (both IPv4 and IPv6) transferred between the wireless device and the test set on the downlink channel. Results are returned in the following order:

1. Packets
2. Bytes

Power up, full preset, or the clear counters command will clear the counters.

When IP counters reach their maximum value, they remain at that value until cleared.

Query

Range: 0 to 9,999,999,999, 9.91 E+37

Resolution: 1

Programming Example

 
OUTPUT 714;"CALL:COUNt:MS:IP:TX?" !Queries the packet and byte count on the downlink.

CALL:COUNt:MS:IP:TX:IP6?

Function

Queries the number of IPv6 (Internet Protocol) packets and bytes transferred between the wireless device and the test set on the downlink channel. Results are returned in the following order:

1. Packets
2. Bytes

Power up, full preset, or the clear counters command will clear the counters.

When the counters reach their maximum value, they remain at that value until cleared.

Query

Range: 0 to 9,999,999,999, 9.91 E+37

Resolution: 1

Programming Example

 
OUTPUT 714;"CALL:COUNt:MS:IP:TX:IP6?" !Queries the IPv6 packet and byte count on the downlink.

CALL:COUNt:MS:ROHC:RX:COMPressed[:OCTets]?

Function

Queries the number of octets for the downlink compressed packets.

Query

Range: 0 to 9999999999, 9.91E +37

*RST Setting

9.91E +37

Requirements Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:COUNt:MS:ROHC:RX:COMPressed?"
!Queries the umber of octets for the downlink compressed packets.

CALL:COUNt:MS:ROHC:RX:COMPressed:PACKets?

Function

Queries the number of downlink compressed packets (packets compressed by the test set compressor).

Query

Range: 0 to 9999999999, 9.91E +37

*RST Setting

9.91E +37

Requirements Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:COUNt:MS:ROHC:RX:COMPressed:PACKets?"
!Queries the number of downlink compressed packets.

CALL:COUNt:MS:ROHC:TX:COMPressed[:OCTets]?

Function

Queries the number of octets for uplink compressed packets.

Query

Range: 0 to 9999999999, 9.91E +37

*RST Setting

9.91E +37

Requirements Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:COUNt:MS:ROHC:TX:COMPressed?"
!Queries the number of octets for uplink compressed packets.

CALL:COUNt:MS:ROHC:TX:COMPressed:PACKets?

Function

Queries the number of uplink compressed packets (packets compressed by the UE compressor).

Query

Range: 0 to 9999999999, 9.91E +37

*RST Setting

9.91E +37

Requirements Lab Application Revision: F.00.19 and above

Programming Example

 
OUTPUT 714;"CALL:COUNt:MS:ROHC:TX:COMPressed:PACKets?"
!Queries the number of uplink compressed packets.