Everything

debugger.Download.Coverage


This function downloads coverage data. [IECUBE][IECUBE2][Simulator]

[Specification format]

debugger.Download.Coverage(fileName)

[Argument(s)]

Argument

Description

fileName

Specify a coverage data file.

[Return value]

If a binary file was downloaded successfully: True

If there was an error when downloading a binary file: False

[Detailed description]

-

This function downloads coverage data.

[Example of use]

>>>debugger.Download.Coverage("C:/test/testModule.csrcv")
True
>>>