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

  • 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 69
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
62
9.15 If Instructions
You can check whether some condition is hit or not.
Format
Test one OR several conditions:
If_Condition( condition_name_1 [, condition_name_2, ...] )
{
<instructions>
}
[
else_condition
{
<instructions>
}
]
Format
Test one OR several conditions (the same as If_Condition):
If_Any( condition_name_1 [, condition_name_2, ...] )
{
<instructions>
}
[
else_condition
{
<instructions>
}
]
Format
Test ALL conditions:
If_All( condition_name_1 [, condition_name_2, ...] )
{
<instructions>
}
[
else_condition
{
<instructions>
}
]
Zobrazit stránku 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 123 124

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

Žádné komentáře