Skip to content

Commit d1c8fa7

Browse files
authored
One Bus Short Circuit format label (#826)
1 parent e6f2497 commit d1c8fa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/parameters/common/computing-type.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ export const formatComputingTypeLabel = (type: ComputingType): string | undefine
3434
return 'NonEvacuatedEnergy';
3535
case ComputingType.SHORT_CIRCUIT:
3636
return 'ShortCircuit';
37+
case ComputingType.SHORT_CIRCUIT_ONE_BUS:
38+
return 'OneBusShortCircuitAnalysis';
3739
case ComputingType.VOLTAGE_INITIALIZATION:
3840
return 'VoltageInit';
3941
case ComputingType.DYNAMIC_SIMULATION:

0 commit comments

Comments
 (0)