Show / Hide Table of Contents

Class Export

Describes a quantity that can be exported using simulated data.

Inheritance
System.Object
Export
CurrentDecibelExport
CurrentExport
CurrentImaginaryExport
CurrentMagnitudeExport
CurrentPhaseExport
CurrentRealExport
ExpressionExport
PropertyExport
VoltageDecibelExport
VoltageExport
VoltageImaginaryExport
VoltageMagnitudeExport
VoltagePhaseExport
VoltageRealExport
ZeroExport
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.Exporters
Assembly: SpiceSharpParser.dll
Syntax
public abstract class Export

Constructors

| Improve this Doc View Source

Export(Simulation)

Initializes a new instance of the Export class.

Declaration
protected Export(Simulation simulation)
Parameters
Type Name Description
SpiceSharp.Simulations.Simulation simulation

The simulation.

Properties

| Improve this Doc View Source

ExceptionsEnabled

Gets or sets a value indicating whether exceptions are enabled.

Declaration
protected bool ExceptionsEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Name

Gets or sets the name.

Declaration
public string Name { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

QuantityUnit

Gets the export unit.

Declaration
public abstract string QuantityUnit { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Simulation

Declaration
public Simulation Simulation { get; }
Property Value
Type Description
SpiceSharp.Simulations.Simulation

Methods

| Improve this Doc View Source

Extract()

Extract the quantity from simulated data.

Declaration
public abstract double Extract()
Returns
Type Description
System.Double

A quantity.

| Improve this Doc View Source

ToString()

Override string representation.

Declaration
public override string ToString()
Returns
Type Description
System.String

A string representation of export.

Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX