545
Chapter 8, Programming The Call Processing Subsystem
CALL DATA Screen Message Field Descriptions
Querying a Single Field
Example of Querying A Single Field
OUTPUT 714;"CALLP:AMPS:DATA ’RECCW A’"
OUTPUT 714;"CALLP:AMPS:RECA:SCM?"
ENTER 714;Scm$
PRINT Scm$
Example Printout
"1110"
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:AMPS:RECA:NAWC?;SER?;EXT?;SCM?;MIN?"
OUTPUT 714;"CALLP:AMPS: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.
Summary of Contents for 8920B
Page 10: ...10 ...
Page 16: ...Contents 16 9 Error Messages Index 673 ...
Page 17: ...17 1 Using HP IB ...
Page 48: ...48 Chapter 1 Using HP IB Remote Local Modes ...
Page 49: ...49 2 Methods For Reading Measurement Results ...
Page 61: ...61 3 HP IB Command Guidelines ...
Page 84: ...84 Chapter 3 HP IB Command Guidelines Guidelines for Operation ...
Page 85: ...85 4 HP IB Commands ...
Page 90: ...90 Adjacent Channel Power ACP ...
Page 116: ...116 Configure I O Configure ...
Page 156: ...156 Call Processing ...
Page 185: ...185 System System SYSTem ERRor Returns integer value quoted string ...
Page 242: ...242 Common Command Descriptions ...
Page 251: ...251 5 Advanced Operations ...
Page 377: ...377 7 IBASIC Controller ...
Page 458: ...458 Chapter 7 IBASIC Controller The TESTS Subsystem ...
Page 640: ...640 Chapter 8 Programming The Call Processing Subsystem Example Programs 11280 SUBEND 11290 ...
Page 643: ...643 9 Error Messages ...
Page 672: ...672 ...
Page 682: ...Index 682 ...