Overcurrent protection hardware feature not showing
[VERSION]: 6.2.1
[TOOL]: MC WB
[DETAILS]:
We are making a custom PCBA based on a STm32G474METx. Algorithm is FOC.
I'm trying to activate Over current protection, but:

My hwVariant is (parameters are not tuned/configured yet)
"type": "SingleInput_RawCurrents_Protection_IntRef",
"help": "Default Configuration",
"signals": {
"CURRENT_INPUT_P": [
{
"name": "PB13",
"help": "",
"cost": 0
}
]
},
"OCNetworkGain": 1,
"OCNetworkOffset": 1,
"OCComparatorThreshold": 1,
"OCSignalPolarity": "Active high"Current sensing is defined as:
"type": "TwoICSCurrents",
"help": "How to enable this variant",
"signals": {
"CURRENT_ICS_U": [
{
"name": "PA0",
"help": "",
"cost": 0
}
],
"CURRENT_ICS_V": [
{
"name": "PA1",
"help": "",
"cost": 0
}
]
},
"icsGain": 0.004All features other than over current protection are shown as expected.
For reference; full current sensing tab:

How should I configure my .json to be able to activate over current protection?
[EXPECTED BEHAVIOR]:
Being able to activate over current protection in MC WB
