The Measurement Studio .NET Instrument Driver Wizard supports high-level IVI C, VXIPlug&Play, and Legacy Instrument Drivers for controlling traditional instrumentation devices, such as oscilloscopes and digital multimeters, typically connected to a computer through an external bus such as GPIB.
From your post, it looks like you are using a data acquisition plug-in card rather than a traditional instrument. In this case, your plug-in card is attached to the system bus and so has a kernel-mode device driver (not a high level instrument driver). From the documentation you posted, it looks like Vishay provides you with a COM interface for programming the hardware. The .NET platform natively supports interoperating with COM servers. This is completely independent of Measurement Studio. Measurement Studio does not introduce anything that should prevent you from using your COM server with the rest of the Measurement Studio components.
I think your best bet is to either use .NET/COM interop to program your Vishay devices or contact Vishay to determine whether they have a native .NET inteface for programming devices. Some data acquisition device vendors, such as National Instruments, do provide rich, object-oriented .NET interfaces for their devices

.
Message Edited by drohacek on 09-29-2005 01:50 PM