User manual

Series 3700 System Switch/Multimeter Reference Manual Section 13: Instrument Control Library (ICL)
3700S-901-01 Rev. C / July 2008 13-221
opc()
Remarks
This function will cause the Operation Complete bit in the standard event status
register to be set when all previously started local overlapped commands are
complete. Note that each node will independently set their Operation Complete bits
in their own status models.
Any nodes not actively performing overlapped commands will set their bits
immediately. All remaining nodes will set their own bits as they complete their own
overlapped commands.
Also see
waitcomplete (on page 3-16)
print functions
Use these functions to print.
printbuffer()
Function
Prints data from reading buffer.
Usage
There are multiple ways to use this function, depending on how many sub-tables are
used:
printbuffer(start_index, end_index, st_1)
printbuffer(start_index, end_index, st_1, st_2)
printbuffer(start_index, end_index, st_1, st_2, ..., st_n)
start_index: Starting index of values to print.
end_index: Ending index of values to print.
st_1, st_2, ... st_n: Sub-tables from which to print values.