Documentation
¶
Index ¶
Constants ¶
View Source
const ( OP int = iota TRAN AC DC )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACAnalysis ¶
type ACAnalysis struct {
BaseAnalysis
// contains filtered or unexported fields
}
func (*ACAnalysis) Execute ¶
func (ac *ACAnalysis) Execute() error
type BaseAnalysis ¶
func NewBaseAnalysis ¶
func NewBaseAnalysis() *BaseAnalysis
func (*BaseAnalysis) CheckConvergence ¶
func (a *BaseAnalysis) CheckConvergence(oldSol, newSol []float64) bool
func (*BaseAnalysis) GetResults ¶
func (a *BaseAnalysis) GetResults() map[string][]float64
func (*BaseAnalysis) StoreACResult ¶
func (a *BaseAnalysis) StoreACResult(freq float64, solution map[string]complex128)
func (*BaseAnalysis) StoreTimeResult ¶
func (a *BaseAnalysis) StoreTimeResult(time float64, solution map[string]float64)
type DCSweep ¶
type DCSweep struct {
BaseAnalysis
// contains filtered or unexported fields
}
func NewDCSweep ¶
func (*DCSweep) StoreNestedResult ¶
type OperatingPoint ¶
type OperatingPoint struct{ BaseAnalysis }
func NewOP ¶
func NewOP() *OperatingPoint
func (*OperatingPoint) Execute ¶
func (op *OperatingPoint) Execute() error
type Transient ¶
type Transient struct {
BaseAnalysis
// contains filtered or unexported fields
}
func NewTransient ¶
Click to show internal directories.
Click to hide internal directories.