27#ifndef __SPICE_SETTINGS_H__
28#define __SPICE_SETTINGS_H__
NESTED_SETTINGS is a JSON_SETTINGS that lives inside a JSON_SETTINGS.
Container for Ngspice simulator settings.
void SetCompatibilityMode(NGSPICE_COMPATIBILITY_MODE aMode)
NGSPICE_COMPATIBILITY_MODE GetCompatibilityMode() const
virtual ~NGSPICE_SETTINGS()
bool operator==(const SPICE_SETTINGS &aRhs) const override
NGSPICE_COMPATIBILITY_MODE m_compatibilityMode
Storage for simulator specific settings.
virtual ~SPICE_SETTINGS()
bool GetFixIncludePaths() const
wxString m_workbookFilename
bool operator!=(const SPICE_SETTINGS &aRhs) const
void SetFixIncludePaths(bool aFixIncludePaths)
wxString GetWorkbookFilename() const
void SetWorkbookFilename(const wxString &aFilename)
virtual bool operator==(const SPICE_SETTINGS &aRhs) const =0
NGSPICE_COMPATIBILITY_MODE
Ngspice simulator compatibility modes.