Agilent Technologies B1500A Guide de l'utilisateur Page 471

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 628
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 470
Agilent B1500 Users Guide, Edition 7 8- 21
Built-in Programming Tool
Script Program Statements
LOOP Beginning of the LOOP/END LOOP block. LOOP and END LOOP are added to the
program list as a pair. The statements repeatedly performed during looping should
be defined between the statements.
The EXIT LOOP statement is available to exit from the loo
p. After looping, the next
line of END LOOP is performed.
Example 1 Test definition name: Vth_gmMax
Local Variables Definition
BLOCK
!***** Integration Time Setting *****
IF IntegTime="SHORT"
IntegMode = "MANUAL"
AdcFactor = 8
ELSE IF IntegTime="MEDIUM"
IntegMode = "PLC"
AdcFactor = 1
ELSE IF IntegTime="LONG"
IntegMode = "PLC"
AdcFactor = 16
END IF
!***** I-V Sweep *****
Vth_gmmax
!***** Analysis *****
Auto Analysis
END BLOCK
Line 1: Defines local variables.
Line 2: Beginning of program. Program ends by the END BLOCK statement.
Line 3: Comment line. The COMMENT statement is used.
Lines 4 to 13: Changes the integration time setting by the variable IntegTime value.
Line 14: Comment line. The COMMENT statement is used.
Line 15: Executes Vth_gmmax of the Application Test component to perform Id-Vg
meas
urement.
Line 16: Co
mment line. The COMMENT statement is used.
Line 17: Executes Auto Analysis of the Analys
is component.
Vue de la page 470
1 2 ... 466 467 468 469 470 471 472 473 474 475 476 ... 627 628

Commentaires sur ces manuels

Pas de commentaire