Agilent Technologies A.18.00 Instrukcja Użytkownika Strona 477

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 581
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 476
477
Chapter 8, Programming the Call Processing Subsystem
CALL DATA Screen Message Field Descriptions
Querying Multiple Fields With Single OUTPUT/ENTER
When multiple queries are combined into one command string the Test Set
responds by sending one response message containing individual response
message units separated by a response message unit separator (;).
Example of Multiple Queries Combined Into One Command String
OUTPUT 714;"CALLP:RECA:NAWC?;SER?;EXT?;SCM?;MIN?"
OUTPUT 714;"CALLP:DATA ’RECCW A’"
ENTER 714;Message$
PRINT Message$
Printed Test Set Response Message
"010";"1";"1";"1110";"110111100101101111010101"
In order to read individual response message units into individual string variables
combined into one ENTER statement the programming language used must
recognize the response message unit separator (;) as an entry terminator for each
string in the input list. If the programming language used cannot recognize the
response message unit separator (;) as an entry terminator then the response
message must be read into one string and individual responses parsed out.
Przeglądanie stron 476
1 2 ... 472 473 474 475 476 477 478 479 480 481 482 ... 580 581

Komentarze do niniejszej Instrukcji

Brak uwag