Re: [python-win32] Setting the value of an array of clusters in LabVIEW from python

2016-04-11 Thread Geller, Shawn (Assoc)
*I get an empty array on the front panel of my VI. From: Geller, Shawn (Assoc) Sent: Monday, April 11, 2016 11:59 AM To: python-win32@python.org Subject: Re: Setting the value of an array of clusters in LabVIEW from python P.S. In fact, even if I do: cv = outp

Re: [python-win32] Setting the value of an array of clusters in LabVIEW from python

2016-04-11 Thread Geller, Shawn (Assoc)
P.S. In fact, even if I do: cv = output_vi.getcontrolvalue('Array of Cluster') after manually putting something into the array of clusters, and immediately saying output_vi.setcontrolvalue('Array of Cluster', cv) I get an empty cluster on the front panel of my VI. ___

[python-win32] Setting the value of an array of clusters in LabVIEW from python

2016-04-11 Thread Geller, Shawn (Assoc)
Hi there. I've been able to use the COM client to set the value of a cluster, and I've been able to set the value of an array, both using the "setcontrolvalue" method, but I've been unable to set the value of an array of clusters. How do I do this? Here's some example code: import win32com.c