06-14-2006 07:40 AM
06-14-2006 08:00 AM
Do you mean what value to wire to the mask?
If so, here is a description:
VISA Flush I/O Buffer
Flushes the I/O buffer specified by mask.

mask designates the buffer to flush. Combine the buffer masks by bit to flush more than one buffer simultaneously. Use logical OR, also known as OR-ing or adding, to combine the values.
| Mask Values | Hex Codes | Description |
|---|---|---|
| 16 | 0x10 | Flushes and discards contents of the receive buffer. |
| 32 | 0x20 | Flushes and discards contents of the transmit buffer by writing all the buffered data to the device. |
| 64 | 0x40 | Flushes and discards contents of the receive buffer. |
| 128 | 0x80 | No I/O to the device. |
06-14-2006 08:16 AM
05-31-2011 05:06 AM
can i please know how to combine the buffer masks which is numeric by a logical OR??
05-31-2011 08:01 AM - edited 05-31-2011 08:01 AM