[][src]Struct spice21::analysis::Options

pub struct Options {
    pub temp: f64,
    pub nomTemp: f64,
    pub gmin: f64,
    pub abstol: f64,
    pub reltol: f64,
    pub chgtol: f64,
    pub voltTol: f64,
    pub trtol: usize,
    pub tranMaxIter: usize,
    pub dcMaxIter: usize,
    pub dcTrcvMaxIter: usize,
    pub integrateMethod: NumericalIntegration,
    pub order: usize,
    pub maxOrder: usize,
    pub pivotAbsTol: f64,
    pub pivotRelTol: f64,
    pub srcFactor: f64,
    pub diagGmin: f64,
}

Simulation Options

Fields

temp: f64nomTemp: f64gmin: f64abstol: f64reltol: f64chgtol: f64voltTol: f64trtol: usizetranMaxIter: usizedcMaxIter: usizedcTrcvMaxIter: usizeintegrateMethod: NumericalIntegrationorder: usizemaxOrder: usizepivotAbsTol: f64pivotRelTol: f64srcFactor: f64diagGmin: f64

Trait Implementations

impl Default for Options[src]

Auto Trait Implementations

impl RefUnwindSafe for Options

impl Send for Options

impl Sync for Options

impl Unpin for Options

impl UnwindSafe for Options

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.