Chapter 7 7-137
Programming Examples
Limit Line and Data Point Special Functions
Output Data Per Point
The GPIB command OUTPDATP returns the value of the selected point using FORM4
(ASCII). The point is selected using the SELPT command. This returns the last point if the
selected point is out of range. Otherwise, it uses the same format as that used by the
marker value command. These formats are as follows:
The commands in the following example are sent while using the format command LOGM.
Example:
Sending SELPT5 and OUTPDATP may return the following:
−3.513410E+00, 0.00915E+15 (Note that the second number is insignificant.)
Table 7-19 Example Output: OUTPDATP (data per point)
Display
Format
Marker
Mode
Marker
Readout Format
Example
Returns
Log Mag dB* −3.521 (dB) 9.7E−39*
Phase degrees* 157.8 (Deg) 5.3E−15*
Delay seconds* 0.5068x10−90*
Smith Chart LIN MKR lin mag, degrees
LOG MKR dB, degrees
Re/Im real, imag
R + jX real, imag ohms 10.37 Ω 9.399 Ω
G + jB real, imag Siemens
POLAR LIN MKR lin mag, degrees 0.6667 157.8 (Deg)
LOG MKR dB, degrees −3.521 (dB) 157.8 (Deg)
Re/Im real, imag −0.6173 0.2518
LIN MAG lin mag * 0.6667 0*
REAL real *
SWR SWR * 5.001 0*
* Value is insignificant, but is included in data transfers.