Teledyne-lecroy UWBTrainer Exerciser Script Language Manual de usuario Pagina 19

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 124
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 18
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
11
7.3 Generation Settings Syntax
The syntax for generation numeric and string settings is:
Set NumericSetting = numeric value
Set StringSetting = "string value"
Examples
# Default time in nanoseconds after the previous frame
# to send the next frame.
Set FrameDelay = 2000000
Set UwbTxPower = 8
Set UwbTxChannel = 9
7.4 Generation Settings outside Procedures
Generation settings specified outside the generation procedures are set before the first script
generation instruction is executed, no matter where they appear in the script. The two examples
below are equivalent.
Example 1
# Set a setting before the first instruction is executed.
Set FrameDelay = 20000
Main
{
# Some generation instructions
}
Example 2
# Set a setting before the first instruction is executed.
Main
{
# Some generation instructions
}
# Set before the first instruction is executed,
# though the Set line is below the instruction in the script.
Set FrameDelay = 12000
Vista de pagina 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 123 124

Comentarios a estos manuales

Sin comentarios