*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
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.
___
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