[][src]Struct spice21::analysis::Tran

pub struct Tran {
    pub opts: TranOptions,
    // some fields omitted
}

Fields

opts: TranOptions

Implementations

impl Tran[src]

pub fn new(ckt: CktParse, opts: TranOptions) -> Tran[src]

pub fn ic(&mut self, n: NodeRef, val: f64)[src]

Create and set an initial condition on Node n, value val.

pub fn solve(&mut self) -> SpResult<Vec<Vec<f64>>>[src]

Auto Trait Implementations

impl RefUnwindSafe for Tran

impl Send for Tran

impl Sync for Tran

impl Unpin for Tran

impl UnwindSafe for Tran

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.