Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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 ...@@ -199,7 +199,7 @@ Public Class BusAuxiliariesEngParametersForm
tbCurrentDemandEngineOffDriving.Text = inputData.ElectricSystem.CurrentDemandEngineOffDriving.ToGUIFormat() tbCurrentDemandEngineOffDriving.Text = inputData.ElectricSystem.CurrentDemandEngineOffDriving.ToGUIFormat()
tbCurrentDemandEngineOffStandstill.Text = inputData.ElectricSystem.CurrentDemandEngineOffStandstill.ToGUIFormat() tbCurrentDemandEngineOffStandstill.Text = inputData.ElectricSystem.CurrentDemandEngineOffStandstill.ToGUIFormat()
tbDCDCEff.Text = inputData.ElectricSystem.DCDCConverterEfficiency.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() tbAlternatorEfficiency.Text = inputData.ElectricSystem.AlternatorEfficiency.ToGUIFormat()
cbAlternatorTechnology.SelectedValue = inputData.ElectricSystem.AlternatorType cbAlternatorTechnology.SelectedValue = inputData.ElectricSystem.AlternatorType
tbMaxAlternatorPower.Text = inputData.ElectricSystem.MaxAlternatorPower.ToGUIFormat() tbMaxAlternatorPower.Text = inputData.ElectricSystem.MaxAlternatorPower.ToGUIFormat()
......
...@@ -131,7 +131,7 @@ Public Class BusAuxEngineeringParams ...@@ -131,7 +131,7 @@ Public Class BusAuxEngineeringParams
Public ReadOnly Property PS_CompressorMap As TableData Implements IBusAuxPneumaticSystemEngineeringData.CompressorMap Public ReadOnly Property PS_CompressorMap As TableData Implements IBusAuxPneumaticSystemEngineeringData.CompressorMap
get get
if JobType =VectoSimulationJobType.BatteryElectricVehicle then if JobType =VectoSimulationJobType.BatteryElectricVehicle OrElse JobType = VectoSimulationJobType.IEPC_E then
return Nothing return Nothing
End If End If
if Not file.Exists(CompressorMap.FullPath) Then if Not file.Exists(CompressorMap.FullPath) Then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment