Can anyone tell me if the GPIB board abstracts any register read commands (for example, "STAT:OPER:COND?" which gets the standard operation status group register in many Agilent instruments)? That is, do such commands get captured by the card, where the card knows that it merely has to read the voltage on several hard-wired lines on the GPIB bus to get the answer and as such does not "send" the command to the instrument and read back an answer? This relates to a question posed by one of my colleagues - When a command is issued to an instrument, and then the program continuously reads a register (or queries *OPC, or whatever) to see if the instrument's done doing what it was told, does the act of continuously polling the instrument (or reading registers or what have you) actually cause the instrument to take longer to process the command? It's like me assigning a task to someone and constantly asking, "Are you done yet? Are you done yet? Are you done yet? Are you done yet? How about now? Are you done yet?" ... ad nausean. Sometime a few tens of milliseconds adds up. Any info would be appreciated
Thanks!