diff options
Diffstat (limited to 'Project/Inductor.h')
-rw-r--r-- | Project/Inductor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Inductor.h b/Project/Inductor.h index 21134c5..f157d1c 100644 --- a/Project/Inductor.h +++ b/Project/Inductor.h @@ -26,6 +26,7 @@ class Inductor : public Shunt virtual bool GetContextMenu(wxMenu& menu); virtual bool ShowForm(wxWindow* parent, Element* element); virtual InductorElectricalData GetElectricalData() { return m_electricalData; } + virtual InductorElectricalData GetPUElectricalData(double systemPowerBase); virtual void SetElectricalData(InductorElectricalData electricalData) { m_electricalData = electricalData; } protected: InductorElectricalData m_electricalData; |