Teledyne-lecroy UWBTrainer Exerciser Script Language Uživatelský manuál Strana 20

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 124
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 19
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
12
7.5 Generation Settings inside Procedures
Generation settings specified inside a generation procedure are set only during script execution
by the UWBTrainer™ device.
Main
{
Set FrameDelay = 24000 # Set during runtime.
}
7.6 Arithmetic Expressions in Constants
You can use arithmetic expressions, such as
+, -, *, /, %, >>, <<, &, |, ^, and ()
to define setting values.
Example
Const SOME_CONST = 5
set FrameDelay = ( 2000000 + 5 ) >> ( 8 + SOME_CONST )
Zobrazit stránku 19
1 2 ... 15 16 17 18 19 20 21 22 23 24 25 ... 123 124

Komentáře k této Příručce

Žádné komentáře