SetControlValue
- Updated2025-07-30
- 1 minute(s) read
Sets the value of a named LabVIEW control or indicator.
Syntax
object.SetControlValue(controlName, value)Parameters
| 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. |
Return Value
none