Write out a diode .model for built-in diodes.
This commit is contained in:
parent
29fd1b45d6
commit
b4a75cd1d5
|
@ -109,7 +109,10 @@ protected:
|
||||||
int doFindParam( const std::string& aParamName ) const override;
|
int doFindParam( const std::string& aParamName ) const override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool requiresSpiceModelLine() const override { return false; }
|
bool requiresSpiceModelLine() const override
|
||||||
|
{
|
||||||
|
return getModelType() == MODEL_TYPE::DIODE;
|
||||||
|
}
|
||||||
|
|
||||||
bool canSilentlyIgnoreParam( const std::string& aParamName );
|
bool canSilentlyIgnoreParam( const std::string& aParamName );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue