Specifications

Command Descriptions
TDS3000, TDS3000B, and TDS3000C Series Programmer Manual
2- 259
SPREADSheet specifies the spreadsheet format. Spreadsheet format files should
have a .CSV extension. Each waveform data point consists of two floating point
values, an X (typically time) value and a Y (typically amplitude) value. Each XY
pair is separated by carriage return (0x0D) and line feed (0x0A) characters. Each
value except the last one in the file is followed by a comma (0x2C).
MATHCad specifies the MathCad format. MathCad format files should have a
.DAT extension.
If you are writing a MathCad program, you should be aware that the
TDS-MathCad file has the following features:
H ASCII format
H First four values contain header information
H First header value holds the oscilloscope waveform record length
H Second header value holds time, in seconds, between samples
H Third header value holds the trigger position
(expressed as an index in the data position)
H Fourth header value refers to the fractional trigger position
H Delimiters are carriage returns and line feeds (CRLF)
SAVE:WAVEFORM:FILEFORMAT SPREADSHEET
specifies the waveform, when saved, will be stored in a spreadsheet-compatible
format.
SAVe:WAVEform, RECALL:WAVEform
SELect? (Query Only)
Returns the display status of all waveforms and the selected (control) waveform.
Vertical
SELect?
SELECT?
might return :SELECT:CH1 1;CH2 1;CH3 0;CH4 0;MATH 0;
REF1 0;REF2 0;REF3 0;REF4 0;CONTROL CH1, indicating that channel 1 and 2
are displayed on the screen and channel 1 is the selected (control) waveform.
Examples
Related Commands
Group
Syntax
Examples