Avaya Writing Technician Interface Scripts Manual do Utilizador Página 103

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 116
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 102
Sample Scripts
308660-14.00 Rev 00
A-29
:FI_SAMP1_LP:
on error :FI_SAMP1_SKP:
if $i > $list_0 then; goto :FI_SAMP_WT:
if “$matchcct” = “” then ; goto :FI_SAMP1_NOW:
let cctnum = $(wfFddiEntry.wfFDDICct.${list_[$i]})
gosub :GETCCTNAME:
if -ic “$matchcct” != “$cctname” then; goto :FI_SAMP1_SKP:
:FI_SAMP1_NOW:
let match_entries = $match_entries + 1
let m = $match_entries
setenv s1instid_$m “${list_[$i]}”
setenv s1rxfrms_$m “$(wfFddiEntry.wfFDDIFramesRxOk.${list_[$i]})”
setenv s1txfrms_$m “$(wfFddiEntry.wfFDDIFramesTxOk.${list_[$i]})”
setenv s1rxlors_$m “$(wfFddiEntry.wfFDDIRingOverrunRx.${list_[$i]})”
setenv s1txlors_$m “$(wfFddiEntry.wfFDDITxClipFrames.${list_[$i]})”
:FI_SAMP1_SKP:
let i = $i + 1
goto :FI_SAMP1_LP:
#
# Wait the proscribed period of time...
#
:FI_SAMP_WT:
printf “\r \r”
if $match_entries = 0 then; goto :FOOTER_AND_END:
let s1instid_0 = $match_entries
printf “Waiting %2u seconds...” $period
pause $period
#
# Take the second sample. Collecting the second sample in its entirety
# before calculating output is preferred because the variance in sample
# times between instances of the MIB object should be reduced.
#
printf “\r \r”
printf “Taking second sample...”
instenv list_ wfFddiEntry
let i = 1
let match_entries = 0
if $list_0 = 0 then; \
printf “\r \r”; \
goto :FOOTER_AND_END:
:FI_SAMP2_LP:
on error :FI_SAMP2_SKP:
if $i > $list_0 then; goto :FI_SAMP_PRT:
if “$matchcct” = “” then ; goto :FI_SAMP2_NOW:
let cctnum = $(wfFddiEntry.wfFDDICct.${list_[$i]})
gosub :GETCCTNAME:
Vista de página 102
1 2 ... 98 99 100 101 102 103 104 105 106 107 108 ... 115 116

Comentários a estes Manuais

Sem comentários