We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f2497 commit d1c8fa7Copy full SHA for d1c8fa7
src/components/parameters/common/computing-type.ts
@@ -34,6 +34,8 @@ export const formatComputingTypeLabel = (type: ComputingType): string | undefine
34
return 'NonEvacuatedEnergy';
35
case ComputingType.SHORT_CIRCUIT:
36
return 'ShortCircuit';
37
+ case ComputingType.SHORT_CIRCUIT_ONE_BUS:
38
+ return 'OneBusShortCircuitAnalysis';
39
case ComputingType.VOLTAGE_INITIALIZATION:
40
return 'VoltageInit';
41
case ComputingType.DYNAMIC_SIMULATION:
0 commit comments