Waveform Commands
34
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
967
<date>
A string containing the date in the format DD MMM YYYY, where DD is
the day, 1 to 31; MMM is the month; and YYYY is the year.
<time>
A string containing the time in the format HH:MM:SS:TT, where HH is the
hour, 0 to 23, MM is the minutes, 0 to 59, SS is the seconds, 0 to 59, and
TT is the hundreds of seconds, 0 to 99.
<frame_
model_#>
A string containing the model number and serial number of the
oscilloscope in the format of MODEL#:SERIAL#.
<acquisition
_mode>
0 for RTIMe mode. 1 for ETIMe mode. 2 not used. 3 for PDETect.
<completion>
The completion value is the percent of time buckets that are complete. The
completion value is ignored when it is sent to the oscilloscope in the
preamble. (See the
":WAVeform:COMPlete?"
on page 936 query.)
<x_units>
<y_units>
0 for UNKNOWN units. 1 for VOLT units. 2 for SECOND units. 3 for
CONSTANT units. 4 for AMP units. 5 for DECIBEL units.
<max bandwidth
limit> <min
bandwidth limit>
The band pass consists of two values that are an estimation of the
maximum and minimum bandwidth limits of the source waveform. The
bandwidth limit is computed as a function of the selected coupling and
filter mode. (See the
":WAVeform:BANDpass?"
on page 934 query.)
See
Table 28
for descriptions of all the waveform preamble elements.
Example
This example outputs the current waveform preamble for the selected
source to the string variable, strPreamble.
Dim strPreamble As String
' Dimension variable.
myScope.WriteString ":SYSTem:HEADer OFF"
' Response headers off.
myScope.WriteString ":WAVeform:PREamble?"
strPreamble = myScope.ReadString
Table 28 Waveform Preamble Elements
Element
Description
Format
The format value describes the data transmission mode for waveform
data output. This command controls how the data is formatted when it is
sent from the oscilloscope. (See
":WAVeform:FORMat"
on page 961.)
Type
This value describes how the waveform was acquired. (See also the
":WAVeform:TYPE?"
on page 976 query.)
Points
The number of data points or data pairs contained in the waveform data.
(See
":ACQuire:POINts[:ANALog]"
on page 159.)
Count
For the AVERAGE waveform type, the count is the number of averages
that have occurred. For RAW and INTERPOLATE waveform types, this
value is 0 or 1. The count value is ignored when it is sent to the
oscilloscope in the preamble. (See
":WAVeform:TYPE?"
on page 976 and
":ACQuire[:AVERage]:COUNt"
on page 149.)
Содержание Infiniium 90000 Q-Series
Страница 1: ...s1 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference...
Страница 50: ...50 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 2 Setting Up...
Страница 86: ...86 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 3 Introduction to Programming...
Страница 146: ...146 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 8 Programming Conventions...
Страница 190: ...190 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 11 Calibration Commands...
Страница 274: ...274 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 14 Digital Commands...
Страница 292: ...292 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 15 Disk Commands...
Страница 318: ...318 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 16 Display Commands...
Страница 364: ...364 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 17 Function Commands...
Страница 382: ...382 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 19 Histogram Commands...
Страница 404: ...404 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 20 InfiniiScan ISCan Commands...
Страница 412: ...412 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 21 Limit Test Commands...
Страница 416: ...416 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 22 Lister Commands...
Страница 696: ...696 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 25 Measure Commands...
Страница 702: ...702 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 26 Pod Commands...
Страница 760: ...760 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 29 Self Test Commands...
Страница 804: ...804 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 30 Serial Data Equalization Commands...
Страница 818: ...818 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 31 System Commands...
Страница 830: ...830 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 32 Time Base Commands...
Страница 930: ...930 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 33 Trigger Commands...
Страница 1000: ...1000 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 35 Waveform Memory Commands...
Страница 1018: ...1018 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 37 Error Messages...
Страница 1109: ...Sample Programs 38 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 1109 print End of program...
Страница 1150: ...1150 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 38 Sample Programs...
Страница 1186: ...1186 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference Index...