/******************************************************************************* * Instrument: * * %I * Written by: * Date: * Origin: * Release: * Version: * %INSTRUMENT_SITE: Templates * * * * %D * * * Example: * * %P * : [] * ... * * %L * * * %E *******************************************************************************/ DEFINE INSTRUMENT template_simple(Par1=1) DECLARE %{ %} INITIALIZE %{ %} TRACE COMPONENT origin = Progress_bar() AT (0, 0, 0) RELATIVE ABSOLUTE // insert components here (e.g. Insert -> Source -> ...) FINALLY %{ %} END