Jump to content

Application class/Code Coverage.All VIs Measured method: Difference between revisions

From LabVIEW Wiki
Add method and parameter descriptions
m Parameters: Change required status for output terminals to "No (return value)"
 
Line 28: Line 28:
! scope="row" style="text-align:Center;" | [[File:Path Array Indicator.png|frameless|border|Path Array|link=Path Array data type]]
! scope="row" style="text-align:Center;" | [[File:Path Array Indicator.png|frameless|border|Path Array|link=Path Array data type]]
| '''All VIs Measured'''
| '''All VIs Measured'''
| Yes
| No (return value)
| List of all VIs for which code coverage information is available.
| List of all VIs for which code coverage information is available.
|}
|}

Latest revision as of 13:34, 28 September 2020

VI Server Method Information
Method ID 920
Scope Private
Data Name CodeCov.AllVIs
Short Name* CodeCov.AllVIs
Long Name* Code Coverage:All VIs Measured
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Return Data Type No return value
Invoke Node Code Coverage:All VIs Measured

Returns a list of all VIs in the context with name specified, for which code coverage information is available.

Parameters

Data type Name Required Description
String Context Name Yes The name of the context. For example, acquired with the App.ContextName property.
Path Array All VIs Measured No (return value) List of all VIs for which code coverage information is available.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links