pub struct DiodeModel {}Expand description
Diode Model Parameters
Fields§
§tnom: f64Parameter measurement temperature
is: f64Saturation current
n: f64Emission Coefficient
tt: f64Transit Time
vj: f64Junction potential
m: f64Grading coefficient
eg: f64Activation energy
xti: f64Saturation current temperature exp.
kf: f64flicker noise coefficient
af: f64flicker noise exponent
fc: f64Forward bias junction fit parameter
bv: f64Reverse breakdown voltage
ibv: f64Current at reverse breakdown voltage
rs: f64Ohmic resistance
cj0: f64Junction capacitance
Trait Implementations§
Source§impl Clone for DiodeModel
impl Clone for DiodeModel
Source§fn clone(&self) -> DiodeModel
fn clone(&self) -> DiodeModel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DiodeModel
impl RefUnwindSafe for DiodeModel
impl Send for DiodeModel
impl Sync for DiodeModel
impl Unpin for DiodeModel
impl UnwindSafe for DiodeModel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more