Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • CIMpy CIMpy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ACS
  • Public
  • CIM
  • CIMpyCIMpy
  • Issues
  • #18
Closed
Open
Issue created Feb 05, 2020 by Philipp Reuber@philipp.reuberMaintainer

Return values of cim_import

In the current version (8b86df1f) the function cim_import has three return values: res, namespaces and url_reference_dict. res contains all objects created accessible via the mRID. The information stored in namespaces and url_reference_dict are only used for the export function. These three return values should be merged into one dictionary called import_result with this structure:

import_result = {'meta_info': {'author': ..., 'namespaces': [...], 'urls': {...}},
                 'topology': {mRID: obj, mRID: obj, ....}}
Assignee
Assign to
Time tracking