::SpiceGenTcl::Ngspice::Misc¶
Classes¶
OptionsNgspice¶
Method summary
- constructor
Constructor for the class.
- configure
Configure properties. See ::oo::configuresupport::configurable.
- actOnParam
Inherited from ::SpiceGenTcl::Options.
- genSPICEString
Inherited from ::SpiceGenTcl::Options.
Properties
-name:Readable, writable. Inherited.
Superclasses
Mixins
constructor¶
Creates object of class OptionsNgspice that describes Ngspice simulation options.
OBJECT constructor ?-key value ...? ?-key ...?
Parameters
args:Keyword instance parameters.
Description
.options opt1 opt2 ... (or opt=optval ...)
Example of class initialization:
OptionsNgspice new -klu -abstol 1e-10 -maxord 6
Copyright (c) George Yashin