Programming the HP 16554A/ HP 16555A/HP 16555D

MESE<N>

MESE<N>

Command:MESE<N><enable_mask>

<N>

<enable_mask>

Example

Query

Returned Format

Example

The MESE<N> command sets the Module Event Status Enable register bits. The MESE register contains a mask value for the bits enabled in the MESR register. A one in the MESE will enable the corresponding bit in the MESR, a zero will disable the bit.

The first parameter <N> specifies the module. The second parameter specifies the enable value.

Refer to table 1-2 for information about the Module Event Status register bits, bit weights, and what each bit masks for the module. Complete information for status reporting is in chapter 6 of the HP 16500/16501A Programmer’s Guide manual.

{12345678910} number of slot in which the module resides. 1 refers to slot A, and so on.

integer from 0 to 255

OUTPUT XXX;":MESE5 1"

:MESE<N>?

The MESE query returns the current setting.

[:MESE<N>]<enable_mask><NL>

10 OUTPUT XXX;":MESE5?"

20 ENTER XXX; Mes

30 PRINT Mes

40 END

1–13