User`s guide
Agilent EasyEXPERT User’s Guide Vol. 1, Edition 1 1- 51
Main GUI
Repeat Measurement Setup
Start Procedure Specifies the procedure executed before starting measurement.
Iteration
Procedure
Specifies the procedure executed every single measurement.
Final Procedure Specifies the procedure executed after the repeat measurement.
If the procedure requires arguments, enter the values to the Arguments field.
If the procedure specified by Start Procedure or Iteration Procedure creates the
response as shown in
Figure 1-4, EasyEXPERT performs the operation following
the response. See Figure 1-3. The parameter status value must be the string True or
False, and the parameter device_id value should be any string. EasyEXPERT
ignores the response of the different format.
Automatically fill
in Device ID
This check box is available when the Procedure return condition box has been
checked, and is used to enable the device ID automatic input function. This function
enters the Device ID of the test record automatically. The value is given by
device_id which is a parameter of the response created by Start Procedure and
Iteration Procedure.
Repeat Stop
Condition
This area is used to set the repeat measurement stop condition. The following stop
conditions are available.
• Counter Reaching to: limit
The repeat measurement will be stopped if Count limit. Reset counter before
repeating box must be checked to set Count=0 when the measurement is started.
• Procedure return condition
The repeat measurement will be stopped if the response shows status = True.
Figure 1-4 Procedure Response Expected by EasyEXPERT
• Response (input to EasyEXPERT):
XML format data
status: True (break) or False
device_id: Device ID
• Example:
<Response>
<Break>status</Break>
<Target>device_id</Target>
</Response>
<Response>
<Break>False</Break>
<Target>waf1a:3 1</Target>
</Response>