Requires: Base Development System
Class: VI Methods (ActiveX)
Sets the value of a named LabVIEW control or indicator.
object.SetControlValue(controlName, value)
| Name | Type | Description | 
|---|---|---|
| controlName | String | Name of the front panel control. | 
| value | variant | New value of the front panel control. This value can be numeric, Boolean, string, or array. A cluster in LabVIEW is represented as an array of variants in ActiveX. | 
none