06-13-2006 01:17 AM
how to call a GPIB equipments using TestStand,
TestStand is provide a function or driver to call gpib equipments ?
06-13-2006 01:30 AM
Hi,
You have to use a code module in any one of the supported language adapters to interface with the GPIB.
The only supplied step types are the IVI Step Types that will interface with the GPIB, assuming your instrument is IVI compatible.
There is this example
that provides a general purpose gpib step type, which is CVI based. I haven't tried it so I dont know how good it is.
Regards
Ray Farmer