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"
}
]
},
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"
}
]
},