4-11
Remote Control
Setting up a Measurement
Edit the test parameters
This section describes the editing of individual collection parameters. As an
example of a collection, consider
colParms
which is a collection of parameter
objects, one for each parameter accessed in an example test. The parameter
objects are collections of variables containing information about an individual
parameter. They contain no methods. The data items might be:
Public Filter As Boolean
Public Operator As String
Public Start_Wavelength As Variant
Public Stop_Wavelength As Variant
Public Use_Ref_Wavelength As Boolean
Public Use_Wavemeter As Boolean
Public Test_Groups As Integer
Public Tests_Per_Group As Integer
Etc.
Each of these items is the contents of one of the fields in the Test Parameter
database for one of the parameters. Scalar items are accessed by using an
expression of the form,
colParms.item(“Start_Wavelength”).vValue
where the crucial part is a string whose value is the name of the parameter.
The above expression can be used on the right hand side of an assignment
expression to obtain the current value of the parameter attribute. This expres-
sion appearing on the left hand side of an assignment changes the attribute.
Accessing an item that is an array of values is done somewhat differently. The
rule to note is that you must fetch the whole array parameter first and then
get the nth element of that array. For example:
Private m_colParms As Variant
Private m_vCalWavelengths As Variant
Private m_dOneOfTheWavelengths as Double
m_colParms = colParms
m_vCalWavelengths = m_colParms.Item("Cal_Wavelength").vValue
m_dOneOfTheCalWavelengths = m_vCalWavelengths(14)
Summary of Contents for 86037B
Page 1: ...User s Guide HP 86037B Chromatic Dispersion Test System ...
Page 31: ...2 13 Operation The Main Window Figure 2 4 Repeat Measurement Selector ...
Page 72: ...3 16 Normalization Setting Normalization Preferences ...
Page 94: ...4 22 Remote Control TES Parameters Main chromatic dispersion screen ...
Page 100: ...4 28 Remote Control TES Parameters CD and Gain Measurement Settings Dialog Box ...
Page 102: ...4 30 Remote Control TES Parameters Length Measurement Settings Dialog Box ...
Page 104: ...4 32 Remote Control TES Parameters Normalization Settings Dialog Box ...
Page 106: ...4 34 Remote Control TES Parameters New Normalization Button Dialog Box ...
Page 120: ...4 48 Remote Control Output Parameters ...
Page 158: ...5 38 Maintenance Hewlett Packard Sales and Service Offices ...
Page 170: ...6 12 Installation Installation ...
Page 174: ...7 4 Reference Theory of Operation Figure 7 3 HP 86037B Block Diagram Options 121 and 122 ...
Page 175: ...7 5 Reference Theory of Operation Figure 7 4 The HP 86037B Option 114 block diagram ...
Page 190: ...7 20 Reference System Options ...
Page 191: ...8 Specifications 8 3 Regulatory Information 8 7 Specifications and Regulatory Information ...
Page 204: ...Index 6 Index ...