Agilent Technologies B1500A Servisní příručka Strana 441

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 598
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 440
Agilent B1500A/B1505A Programming Guide, Edition 11 4-125
Command Reference
LSTM
stored command (ST pnum) to the 3000th stored command. If the number of
commands are less than 3000, the LST? command reads the commands from ST to
END. See Example Statements that show an HP BASIC programming example.
Example
Statements
Example of LST? :
DIM A$[100]
OUTPUT @B1500;"LST?"
ENTER @B1500;A$
PRINT A$
Example of LST? pnum[, index[, size]] :
DIM A$[100]
P_num=1
!
OUTPUT @B1500;"LST?";P_num,0
ENTER @B1500;Num_c
Num_l=Num_c/3000
!
IF Num_c>3000 THEN
C_index=1
FOR I=1 TO INT(Num_l)
OUTPUT @B1500;"LST?";P_num,C_index
FOR N=1 TO 3000
ENTER @B1500;A$
PRINT A$
C_index=C_index+1
NEXT N
NEXT I
OUTPUT @B1500;"LST?";P_num,C_index
LOOP
ENTER @B1500;A$
PRINT A$
EXIT IF A$="END"
END LOOP
ELSE
OUTPUT @B1500;"LST?";P_num
LOOP
ENTER @B1500;A$
PRINT A$
EXIT IF A$="END"
END LOOP
END IF
LSTM
The LSTM command sets the timing parameters for the linear search measurement
(MM14). If you do not enter this command, all parameters are set to 0.
Syntax LSTM hold,delay
Zobrazit stránku 440
1 2 ... 436 437 438 439 440 441 442 443 444 445 446 ... 597 598

Komentáře k této Příručce

Žádné komentáře