Agilent Technologies E5071C Manual page 1139

Hide thumbs Also See for E5071C:
Table of Contents

Advertisement

E5071C
along with two measured values and a frequency if Fmt$ returns any other
string.
Line 490
Makes active the specified trace (TrPut: target trace) in the specified
channel(ActCh).
Line 500
Writes the formatted data array (FmtData) into the active trace (target
trace).
Procedure called when the user clicks the Exit button on the UserForm
(lines 540 to 580)
Line 560
Unloads the UserForm from the memory, and terminates the program.
Procedure that initializes the UserForm (lines 600 to 1020)
Lines 620 to 1000
When the program is launched, these lines add each list item and set the
default value for each list.
Sample Program
Reading/displaying/writing a formatted data array
(read_write.frm)
10| Private Sub cmdCopy_Click()
20|
30| Dim X As Integer, Y As Integer, Z As Integer, I As Integer
40| Dim ActCh As Long, TrGet As Long, TrPut As Long
50| Dim TrCont As Long, Nop As Long
60| Dim FmtData As Variant, Freq As Variant
70| Dim Fmt As String
80|
90| X = cboCh.ListIndex
100| ActCh = X + 1
110|
120| Y = cboGet.ListIndex
130| TrGet = Y + 1
140|
150| Z = cboPut.ListIndex
1366

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents