Teledyne-lecroy Voyager Exerciser Generation Script Language Manua Manual de usuario Pagina 141

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 167
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 140
Teledyne LeCroy Voyager USB 3.0 Exerciser Generation Script Language Reference Manual
132
10.22 Include Path Directive
This feature allows you to specify additional folders in which the parser looks for included files. By
default, the script parser tries to include a file using a name specified in the %include directive. If
it cannot find the file, it looks for the file in the Application directory.
Format:
%include_path [=] "include path"
Note: The include_path name is supposed to end with "\". If it does not end with "\", the script
parser adds "\" automatically.
Examples
%include_path "C:\Usb3Generation\"
# You can also use '=' after %include_path.
%include_path = "C:\Usb3Generation\Include\"
%include "MyDefs.ginc" # The parser looks for the file
# in the following folders:
# 1. Application folder
# 2. C:\Usb3Generation\
# 3. C:\Usb3Generation\Include\
Main
{
# Do something.
}
Vista de pagina 140
1 2 ... 136 137 138 139 140 141 142 143 144 145 146 ... 166 167

Comentarios a estos manuales

Sin comentarios