[python-win32] Reading custom output parameters from LabVIEW/Acti veX
Ola Rylow
Ola.Rylow at hiq.se
Tue Nov 8 14:35:26 CET 2005
By using pythoncom.Missing, which I read about in another thread, I got a
LabVIEW error message instead:
return self._get_good_object_(
pywintypes.com_error: (-2147352567, 'Exception occurred.', (5002, 'LabVIEW',
'LabVIEW : paramVals type mismatch. Expected 1D array of variants.', None,
0, 0), None)
So the new question is: how do you create a 1D array of variants in python?
>From what I've read this is normally handled behind the scenes by
PythonCom...?
/Ola
More information about the Python-win32
mailing list