pyucis
  • Introduction
  • Commands
  • PyUCIS Reference
    • Coverage Report Object
    • JSON Coverage Report
    • XML Interchange Format
    • YAML Coverage Data Format
    • Best Practices for Recording Coverage
    • UCIS Object-Oriented API
    • UCIS C-Style API
    • Back-End APIs
      • In-Memory
      • UCIS C API
      • XML
pyucis
  • PyUCIS Reference
  • View page source

PyUCIS Reference

This section provides information on APIs and file formats used by PyUCIS.

  • Coverage Report Object
    • Building a CoverageReport
    • CoverageReport Object
  • JSON Coverage Report
    • PyUCIS JSON Coverage Report
    • Covergroup Type
    • Covergroup Inst
    • Coverpoint
    • Cross
    • Cover Bin
  • XML Interchange Format
    • Functional Coverage
  • YAML Coverage Data Format
    • Format Reference
  • Best Practices for Recording Coverage
    • Naming Cross Bins
  • UCIS Object-Oriented API
    • Obj
  • UCIS C-Style API
    • ucis_GetIntProperty()
    • ucis_SetIntProperty()
    • ucis_GetRealProperty()
    • ucis_SetRealProperty()
    • ucis_GetStringProperty()
    • ucis_SetStringProperty()
    • ucis_GetHandleProperty()
    • ucis_SetHandleProperty()
    • ucis_CreateScope()
    • ucis_CreateInstance()
    • ucis_CreateToggle()
    • ucis_CreateNextCover()
    • ucis_RemoveScope()
    • ucis_CreateHistoryNode()
    • ucis_CreateFileHandle()
    • ucis_SetTestData()
    • ucis_Write()
    • ucis_Close()
    • ucis_Time()

Back-End APIs

In-Memory

UCIS C API

XML

Previous Next

© Copyright 2019-2025, Matthew Ballance and Contributors.

Built with Sphinx using a theme provided by Read the Docs.