Show / Hide Table of Contents

Class RealVoltageExport

This class can export real voltages.

Inheritance
object
Export<double>
RealVoltageExport
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 RealVoltageExport : Export<double>, IExport<double>

Constructors

RealVoltageExport(IBiasingSimulation, Reference, Reference)

Initializes a new instance of the RealVoltageExport class.

Declaration
public RealVoltageExport(IBiasingSimulation simulation, Reference posNode, Reference refNode = default)
Parameters
Type Name Description
IBiasingSimulation simulation

The simulation.

Reference posNode

The positive node (can be a string or a string array for a path).

Reference refNode

The reference/negative node (can be a string or a string array for a path).

Exceptions
Type Condition
ArgumentException

Thrown if posNode and refNode are both empty.

ArgumentNullException

Thrown if simulation is null.

Properties

Positive

Gets the positive node.

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

Reference

Gets the reference node.

Declaration
public Reference Reference { 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