EasyManuals Logo

Keysight Technologies InfiniiVision 3000T X Series User Manual

Keysight Technologies InfiniiVision 3000T X Series
1420 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #1107 background imageLoading...
Page #1107 background image
:WAVeform Commands 34
Keysight InfiniiVision 3000T X-Series Oscilloscopes Programmer's Guide 1107
• ":ACQuire:POINts" on page 236
• ":ACQuire:TYPE" on page 243
• ":DIGitize" on page 203
• ":WAVeform:COUNt" on page 1098
• ":WAVeform:DATA" on page 1099
• ":WAVeform:FORMat" on page 1101
• ":WAVeform:POINts" on page 1102
• ":WAVeform:TYPE" on page 1116
• ":WAVeform:XINCrement" on page 1119
• ":WAVeform:XORigin" on page 1120
• ":WAVeform:XREFerence" on page 1121
• ":WAVeform:YINCrement" on page 1122
• ":WAVeform:YORigin" on page 1123
• ":WAVeform:YREFerence" on page 1124
Example Code
' GET_PREAMBLE - The preamble block contains all of the current
' WAVEFORM settings. It is returned in the form <preamble_block><NL>
' where <preamble_block> is:
' FORMAT : int16-0=BYTE, 1 = WORD, 4 = ASCII.
' TYPE : int16-0=NORM, 1 = PEAK, 2 = AVER, 3 = HRES
' POINTS : int32 - number of data points transferred.
' COUNT : int32-1andisalways1.
' XINCREMENT : float64 - time difference between data points.
' XORIGIN : float64 - always the first data point in memory.
' XREFERENCE : int32 - specifies the data point associated with
' x-origin.
' YINCREMENT : float32 - voltage diff between data points.
' YORIGIN : float32 - value is the voltage at center screen.
' YREFERENCE : int32 - specifies the data point where y-origin
' occurs.
Dim Preamble()
Dim intFormat As Integer
Dim intType As Integer
Dim lngPoints As Long
Dim lngCount As Long
Dim dblXIncrement As Double
Dim dblXOrigin As Double
Dim lngXReference As Long
Dim sngYIncrement As Single
Dim sngYOrigin As Single
Dim lngYReference As Long
Dim strOutput As String
myScope.WriteString ":WAVEFORM:PREAMBLE?" ' Query for the preamble.
Preamble() = myScope.ReadList ' Read preamble information.
intFormat = Preamble(0)
intType = Preamble(1)
lngPoints = Preamble(2)

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keysight Technologies InfiniiVision 3000T X Series and is the answer not in the manual?

Keysight Technologies InfiniiVision 3000T X Series Specifications

General IconGeneral
BrandKeysight Technologies
ModelInfiniiVision 3000T X Series
CategoryTest Equipment
LanguageEnglish

Related product manuals