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

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

Pull request #231: loading /saving busaux params fir iepc

Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:bugfix/VECTO-1576-iepc-implementation to develop

* commit '6db732c0':
  loading /saving busaux params fir iepc
parents df2c1232 6db732c0
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