Hi all,
I would like to know if there are a GPIB query command that would let me know the max voltage and current ratings of the following DC supplies? I searched in the manuals with no luck Your help would be highly appreciated.
E5280/E5281B, N57xx, 662xA
Regards,
Ajay
I would like to know if there are a GPIB query command that would let me know the max voltage and current ratings of the following DC supplies? I searched in the manuals with no luck Your help would be highly appreciated.
E5280/E5281B, N57xx, 662xA
Regards,
Ajay
I am not familiar with the first model numbers that you mention. Can you double check them?
For the N5700 supplies, it is a standard SCPI query:
VOLT? MAX
CURR? MAX
These should return the maximum programmable values.
662xA was pre SCPI and it has a very simple programming interface. The only way you would know what the maximums are is by making a lookup table based on the model number.
Thanks.
Matt