|
batch_configuration_file (string) |
Top Previous Next |
|
Setting the batch_configuration_file property you can load the content of the batch operation worksheets. You have to pass the name of an existing file (including the extension *.vts) as shown in the following VBA example:
scout.batch_configuration_file = "f:\examples\batch_parameters.vts"
This statement causes the loading of the specified batch configuration file.
|