Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 6db732c0 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

loading /saving busaux params fir iepc

parent b9c59515
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ Public Class BusAuxiliariesEngParametersForm
tbCurrentDemandEngineOffDriving.Text = inputData.ElectricSystem.CurrentDemandEngineOffDriving.ToGUIFormat()
tbCurrentDemandEngineOffStandstill.Text = inputData.ElectricSystem.CurrentDemandEngineOffStandstill.ToGUIFormat()
tbDCDCEff.Text = inputData.ElectricSystem.DCDCConverterEfficiency.ToGUIFormat()
if (JobType <> VectoSimulationJobType.BatteryElectricVehicle) Then
if (JobType <> VectoSimulationJobType.BatteryElectricVehicle AndAlso JobType <> VectoSimulationJobType.IEPC_E) Then
tbAlternatorEfficiency.Text = inputData.ElectricSystem.AlternatorEfficiency.ToGUIFormat()
cbAlternatorTechnology.SelectedValue = inputData.ElectricSystem.AlternatorType
tbMaxAlternatorPower.Text = inputData.ElectricSystem.MaxAlternatorPower.ToGUIFormat()
......
......@@ -131,7 +131,7 @@ Public Class BusAuxEngineeringParams
Public ReadOnly Property PS_CompressorMap As TableData Implements IBusAuxPneumaticSystemEngineeringData.CompressorMap
get
if JobType =VectoSimulationJobType.BatteryElectricVehicle then
if JobType =VectoSimulationJobType.BatteryElectricVehicle OrElse JobType = VectoSimulationJobType.IEPC_E then
return Nothing
End If
if Not file.Exists(CompressorMap.FullPath) Then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment