Show / Hide Table of Contents

Class RealCurrentExport

This class can export real currents.

Inheritance
object
Export<double>
RealCurrentExport
Implements
IExport<double>
Inherited Members
Export<double>.Simulation
Export<double>.Value
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public class RealCurrentExport : Export<double>, IExport<double>

Constructors

RealCurrentExport(IBiasingSimulation, Reference)

Initializes a new instance of the ComplexCurrentExport class.

Declaration
public RealCurrentExport(IBiasingSimulation simulation, Reference source)
Parameters
Type Name Description
IBiasingSimulation simulation

The simulation.

Reference source

The source name.

Properties

Source

Gets the name of the voltage source.

Declaration
public Reference Source { get; }
Property Value
Type Description
Reference

Methods

BuildExtractor(ISimulation)

Builds the extractor for the given simulation.

Declaration
protected override Func<double> BuildExtractor(ISimulation simulation)
Parameters
Type Name Description
ISimulation simulation

The simulation.

Returns
Type Description
Func<double>

The extractor.

Overrides
Export<double>.BuildExtractor(ISimulation)

ToString()

Converts the export to a string.

Declaration
public override string ToString()
Returns
Type Description
string

The string.

Overrides
object.ToString()

Implements

IExport<T>

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

Export<T>
In this article
Back to top Generated by DocFX