Show / Hide Table of Contents

Class ExcessPhaseEventArgs

Event arguments for modifying charges and currents

Inheritance
object
EventArgs
ExcessPhaseEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SpiceSharp.Components.Bipolars
Assembly: SpiceSharp.dll
Syntax
public class ExcessPhaseEventArgs : EventArgs

Properties

BaseCharge

Charges on the base

Declaration
public double BaseCharge { get; set; }
Property Value
Type Description
double

CollectorCurrent

Collector current

Declaration
public double CollectorCurrent { get; set; }
Property Value
Type Description
double

ExcessPhaseConduct

Excess phase conductance

Declaration
public double ExcessPhaseConduct { get; set; }
Property Value
Type Description
double

ExcessPhaseCurrent

Excess phase current

Declaration
public double ExcessPhaseCurrent { get; set; }
Property Value
Type Description
double

Extension Methods

Utility.ThrowIfNull<T>(T, string)
In this article
Back to top Generated by DocFX