Teledyne-lecroy UWBTrainer Exerciser Script Language Manual do Utilizador Página 70

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 124
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 123 124

Comentários a estes Manuais

Sem comentários