06-30-2005 09:23 AM
07-01-2005 03:06 PM
Hi Mike:
The ViChar data type is just like a regular char datatype. VISA just puts a wrapper around it so it can be ported to different operating systems. You can type cast this to a double just as you would for any char datatype.
ViChar mychar;
double mydouble;
mydouble = (double) mychar;
Regards,
Emilie S.
07-06-2005 06:30 AM
07-06-2005 06:30 AM
07-06-2005 06:30 AM
07-06-2005 06:30 AM
07-06-2005 06:30 AM
07-06-2005 06:30 AM
07-06-2005 06:30 AM
07-06-2005 06:30 AM