HP 8920B Programmer's Manual page 545

Rf communications test set
Hide thumbs Also See for 8920B:
Table of Contents

Advertisement

Querying a Single Field
Querying Multiple Fields With Single OUTPUT/ENTER
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"
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.
Chapter 8, Programming The Call Processing Subsystem
CALL DATA Screen Message Field Descriptions
545

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents