I am trying to use the Agilent 8753 drivers to write an array to the network analsyer.
The GPIB command is given by : INPUCALC<num><array>;
I have viewed the documentation and I don't understand exactly how to write data arrays to the instrument things.
To start with num is 01. So I have INPUCALC01. Does anyone
know how to write the array? Is it just a massive string of
binary data that is concatenated with "INPUCALC." Actually the
problem could be more generalized to how do I pass data to any of the
INPU * GPIB commands?
Regards,
Bryan