Reading delimiter hn – Measurement Computing Analyzer488 User Manual

Page 227

Advertising
background image

Section 6

Instrument Simulator

6.17

Reading Delimiter Hn

The Reading Delimiter command, Hn, is used to set the terminator that will be

sent by the Analyzer488 after each reading. A reading is a single data point and a
waveform (any factory waveform from 0 to 20) is made up of 256 readings. When the
Analyzer488 is addressed to talk, it will append the reading delimiter to each reading.

The reading delimiters which may be used are shown below. The Reading

Delimiter may also be set to any character whose numeric value is from 0 to 255 by
using the User Reading Delimiter (In) command and then selecting the H4 option of
the Reading Delimiter command. The choices for the reading delimiter are listed
below:

SYNTAX:

H0

CR LF

H1

LF CR

H2

CR Only (default)

H3

LF Only

H4

Value set by the User Reading Delimiter (In)
command

H?

Return current reading delimiter selection

EXAMPLES:

PRINT#1,"OUTPUT10;H0X"

set the Reading Delimiter to
Carriage Return Line Feed

PRINT#1,"TERM IN CR LF"

set the IEEE 488 input

terminators for the Personal488 to
Carriage Return Line Feed

Advertising