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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 124
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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>
}
]
Vista de pagina 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 123 124

Comentarios a estos manuales

Sin comentarios