Teledyne-lecroy UWBTracer Verification Script Engine Manual Manual do Utilizador Página 53

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 95
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 52
LeCroy Corporation Verification Script Engine Manual, version 2.2
12.2 SubtractTime()
Subtracts two VSE time objects.
Format: SubtractTime (time1, time2)
Return values:
Returns a VSE time object representing a time interval equal to subtraction of time_1 and time_2
Parameters:
time_1 VSE time object presenting first time interval
time_2 VSE time object presenting second time interval
Example:
t1 = Time(100);
t2 = Time(2, 200);
t3 = SubtractTime (t2, t1) # Returns VSE time object = 2 sec 100 ns.
Page 53 of 95
Vista de página 52
1 2 ... 48 49 50 51 52 53 54 55 56 57 58 ... 94 95

Comentários a estes Manuais

Sem comentários