06-19-2007 04:12 AM
06-19-2007 05:28 AM - edited 06-19-2007 05:28 AM
Hi,
Usually the properties of the report are set either using the Configure Report Dialog from the menu bar or during execution using the ReportOptions sequence callback. ReportOptions initially contains the information set from the Configure Report Options dialog but you are able to change this information during your sequence file execution by using the Override Callback sequence ReportOptions.
The serial number is set in the Sequence PreUUT and is called if you run the entry point 'Test UUTs'. A Dialog is displayed allowing you to enter your serial number. If you are calling 'Single Pass', PreUUT is not called and therefore you would have to provide some other mechanism to allow the user to enter the serial number and then write it to correct local variable in the process model sequence.
The User Manual should be able to give your more information.
Regards
Ray Farmer
Message Edited by Ray Farmer on 06-19-2007 11:30 AM
06-19-2007 07:00 AM