| Ivi.Visa Namespace > IMessageBasedFormattedIO Interface : PrintfArrayAndFlush Method |
| Overload | Description |
|---|---|
| PrintfArrayAndFlush(String,Byte,Int64[]) | Print a formatted array of bytes to the formatted I/O write buffer and then send the buffer contents to the device and flush the buffer. |
| PrintfArrayAndFlush(String,SByte,Int64[]) | Print a formatted array of signed bytes to the formatted I/O write buffer and then send the buffer contents to the device and flush the buffer. |
| PrintfArrayAndFlush(String,Int16,Int64[]) | Print a formatted array of signed 16-bit integers to the formatted I/O write buffer and then send the buffer contents to the device and flush the buffer. |
| PrintfArrayAndFlush(String,UInt16,Int64[]) | Print a formatted array of unsigned 16-bit integers to the formatted I/O write buffer and then send the buffer contents to the device and flush the buffer. |
| PrintfArrayAndFlush(String,Int32,Int64[]) | Print a formatted array of signed 32-bit integers to the formatted I/O write buffer and then send the buffer contents to the device and flush the buffer. |
| PrintfArrayAndFlush(String,UInt32,Int64[]) | Print a formatted array of unsigned 32-bit integers to the formatted I/O write buffer and then send the buffer contents to the device and flush the buffer. |
| PrintfArrayAndFlush(String,Int64,Int64[]) | Print a formatted array of signed 64-bit integers to the formatted I/O write buffer and then send the buffer contents to the device and flush the buffer. |
| PrintfArrayAndFlush(String,UInt64,Int64[]) | Print a formatted array of unsigned 64-bit integers to the formatted I/O write buffer and then send the buffer contents to the device and flush the buffer. |
| PrintfArrayAndFlush(String,Single,Int64[]) | Print a formatted array of single precision reals to the formatted I/O write buffer and then send the buffer contents to the device and flush the buffer. |
| PrintfArrayAndFlush(String,Double,Int64[]) | Print a formatted array of double precision reals to the formatted I/O write buffer and then send the buffer contents to the device and flush the buffer. |
Current with Keysight IO Libraries Suite 18