CALL:COUNt:DTMonitor

CALL:COUNt:DTMonitor

Last updated:April 21, 2005

Diagram Conventions

CALL:COUNt:DTMonitor:CLEar

Function

This command clears all traces from the data throughput monitor display and resets the numeric summary table values to zero.

Requirements

Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"CALL:COUNt:DTMonitor:CLEar"
!Clears all Data Throughput Monitor results.

CALL:COUNt:DTMonitor[:ALL]:DISPlay:DRATe:STARt

CALL:COUNt:DTMonitor[:ALL]:DISPlay:DRATe:STOP

Function

These commands set the data rate range (y-axis) for the data throughput monitor graphical display.

Setting

Start Range: 0 to 4999 kbps
Stop Range: 1 to 5000 kbps

Query

Start Range: 0 to 4999 kbps
Stop Range: 1 to 5000 kbps

*RST Setting

Start: 0 kbps
Stop: 100 kbps

Requirements

Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"CALL:COUNt:DTMonitor:DISPlay:DRATe:STARt 10"
!Sets the data throughput monitor range to start at 10 kbps.
 
OUTPUT 714;"CALL:COUNt:DTMonitor:DISPlay:DRATe:STOP 50"
!Sets the data throughput monitor range to stop at 50 kbps.

CALL:COUNt:DTMonitor[:ALL]:DISPlay:SPAN:TIME

Function

This command sets the time span (x-axis) for the data throughput monitor graphical display.

Setting

Range: 5 to 600 seconds

Query

Range: 5 to 600 seconds

*RST Setting 600 seconds

Requirements

Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"CALL:COUNt:DTMonitor:DISPlay:SPAN:TIME 100"
!Sets the data throughput monitor time span to 100 seconds.

CALL:COUNt:DTMonitor[:ALL]:TRACe:HISTory:UNUMber?

Function

This query returns the number of 10-minute trace data collection periods since the last time the monitor was enabled or cleared.

Query

Range: 0 to 2,147,483,647 10-minute periods, 9.91 E+37

Resolution: 1

Requirements

Lab Application Revision: A.01 and above

Programming Examples

 
OUTPUT 714;"CALL:COUNt:DTMonitor:TRACe:HISTory:UNUMber?"
!Queries the number of 10-minute collection periods.

CALL:COUNt:DTMonitor:OTATx:DISPlay:STATe

CALL:COUNt:DTMonitor:OTARx:DISPlay:STATe

CALL:COUNt:DTMonitor:IPTX:DISPlay:STATe

CALL:COUNt:DTMonitor:IPRX:DISPlay:STATe

Function

These commands set/query which data throughput traces are displayed.

Setting

Range: 1|ON|0|OFF

*RST Setting

OTA Tx - ON

OTA Rx - ON

IP Tx - OFF

IP RX - OFF

Requirements

Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"CALL:COUNt:DTMonitor:IPTX:DISPlay:STATe ON"
!Turns the IP TX display On.
 
OUTPUT 714;"CALL:COUNt:DTMonitor:IPRX:DISPlay:STATe ON"
!Turns the IP RX display On.
 
OUTPUT 714;"CALL:COUNt:DTMonitor:OTATx:DISPlay:STATe OFF"
!Turns the OTA TX display state Off.
 
OUTPUT 714;"CALL:COUNt:DTMonitor:OTARx:DISPlay:STATe ON"
!Turns the OTA RX display state Off.

CALL:COUNt:DTMonitor:OTATx:DRATe?

CALL:COUNt:DTMonitor:OTARx:DRATe?

CALL:COUNt:DTMonitor:IPTX:DRATe?

CALL:COUNt:DTMonitor:IPRX:DRATe?

Function

These query commands return the summary table values (except for Marker) for any of the four traces:

  • OTA Tx
  • OTA Rx
  • IP Tx
  • IP Rx

The query results for each trace will be returned in a comma-separated string with values in the following order:

  • Average data throughput (bps)
  • Current data throughput (bps)
  • Peak data throughput (bps)
  • Total data transfer (bytes)

Query

Range: 0 to 9999999999, 9.91 E+37

Resolution: 1

Requirements

Lab Application Revision: A.01 and above

Programming Examples

 
OUTPUT 714;"CALL:COUNt:DTMonitor:OTATx:DRATe?
!Queries OTA Tx summary
 
OUTPUT 714;"CALL:COUNt:DTMonitor:OTARx:DRATe?
!Queries OTA Rx summary
 
OUTPUT 714;"CALL:COUNt:DTMonitor:IPTX:DRATe?
!Queries IP Tx summary
 
OUTPUT 714;"CALL:COUNt:DTMonitor:IPRX:DRATe?
!Queries IP Rx summary

CALL:COUNt:DTMonitor:OTATx:TRACe?

CALL:COUNt:DTMonitor:OTARx:TRACe?

CALL:COUNt:DTMonitor:IPTX:TRACe?

CALL:COUNt:DTMonitor:IPRX:TRACe?

Function

These query commands return the trace data values for any of the four traces:

  • OTA Tx
  • OTA Rx
  • IP Tx
  • IP Rx

The query results for each trace will be returned in a 600 comma-separated trace values for spreadsheet plotting. These values represent the most recent 10 minute trace data collection period.

   
NOTE
If the graph is frozen (see Accessing the Monitor Controls ), this command will not return values representative of the graph. If you would like to see the graph this command will return values for, resume the graph then query the trace values.

   

Query

Range: 0 to 9999999999, 9.91 E+37

Resolution: 1

Requirements

Lab Application Revision: A.01 and above

Programming Examples

 
OUTPUT 714;"CALL:COUNt:DTMonitor:OTATx:TRACe?"
!Queries OTA Tx trace data values.
 
OUTPUT 714;"CALL:COUNt:DTMonitor:OTARx:TRACe?"
!Queries OTA Rx trace data values.
 
OUTPUT 714;"CALL:COUNt:DTMonitor:IPTX:TRACe?"
!Queries IP Tx trace data values.
 
OUTPUT 714;"CALL:COUNt:DTMonitor:IPRX:TRACe?"
!Queries IP Rx trace data values.

CALL:COUNt:DTMonitor:OTATx:TRACe:HISTory?

CALL:COUNt:DTMonitor:OTARx:TRACe:HISTory?

CALL:COUNt:DTMonitor:IPTX:TRACe:HISTory?

CALL:COUNt:DTMonitor:IPRX:TRACe:HISTory?

Function

These query commands return the trace data values for any of the four traces:

  • OTA Tx

  • OTA Rx

  • IP Tx

  • IP Rx

The query results for each trace will be returned in a 600 comma-separated trace values for the last 10-minute trace data collection period captured since the data throughput monitor was enabled or cleared. To find out how many 10-minute periods have elapsed, see CALL:COUNt:DTMonitor[:ALL]:TRACe:HISTory:UNUMber?

Query

Range: 0 to 9999999999, 9.91 E+37

Resolution: 1

Requirements

Lab Application Revision: A.01 and above

Programming Examples

 
OUTPUT 714;"CALL:COUNt:DTMonitor:OTATx:TRACe:HISTory?"
!Queries OTA Tx trace data values.
 
OUTPUT 714;"CALL:COUNt:DTMonitor:OTARx:TRACe:HISTory?"
!Queries OTA Rx trace data values.
 
OUTPUT 714;"CALL:COUNt:DTMonitor:IPTX:TRACe:HISTory?"
!Queries IP Tx trace data values.
 
OUTPUT 714;"CALL:COUNt:DTMonitor:IPRX:TRACe:HISTory?"
!Queries IP Rx trace data values.