Hello Everybody,
I
am running into a strange problem while running a vi through python. Below is my sample code.
lv = win32com.client.Dispatch("LabVIEW.Application.7.1") file_path = 'C:\\Documents and Settings\\administrator\\My Documents\\Python Files\\testvi.vi'
vi=lv.GetVIReference(file_pa
Hello Everybody,
I
am running into a strange problem while running a vi through python. Below is my sample code.
lv = win32com.client.Dispatch("LabVIEW.Application.7.1") file_path = 'C:\\Documents and Settings\\administrator\\My Documents\\Python Files\\testvi.vi'
vi=lv.GetVIReference(file_pat
Hello,
I am having trouble with reading array of clusters in LabVIew using python. I googled it and found some results some of which suggested that this topic might have been discussed earlier in python-win32 mail list. I was wondering if somebody can direct me to the right discussion or tell me