Call Method

LabView ActiveX Properties and Methods

Call Method

Installed With: Base Package

Class: VI Methods (ActiveX)

Calls the VI as a subVI.

Syntax

object.Call([paramNames], [paramVals])

Parameters

NameTypeDescription
paramNamesarray of strings by refNames of the LabVIEW front panel objects that act as input and output parameters to the call.
paramValsarray of variants by refInput values for the input parameters and return values from the output parameters in the order in which the names were specified in paramNames. Designates the front panel object values for the input parameters. The values of parameters can be numeric, Boolean, string, or array. A cluster in LabVIEW is represented as an array of variants in ActiveX.

Return Value

none