Skip to content

Converting a CC-CV step via bmgen to BCL-json-file #1

Description

@henlma

When converting a CC-CV step via bmgen to BCL an error in the conversion occurs. There are generated two terms. One for the CC-step and one for the CV-step. The error occurs in the term for the CC-step. The Termination says: "type": "ElectricCurrent", "value": 0.05, "unit": "Ampere". But it should say: "type": "Voltage", "value": 4.2, "unit": "Volt".

THe wrong term is marked bold

"sequence": [
{
"type": "ElectricCurrent",
"value": -1.75,
"unit": "Ampere",
"termination": [
{
"type":_ "ElectricCurrent",**
**"value": 0.05, **
"unit": "Ampere"
}
]
},
{
"type": "Voltage",
"value": 4.2,
"unit": "Volt",
"termination": [
{
"type": "ElectricCurrent",
"value": 0.05,
"unit": "Ampere"
}
]
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions