Show / Hide Table of Contents

Class ExpressionExport

Describes a quantity that can be exported using data from expression.

Inheritance
System.Object
Export
ExpressionExport
Inherited Members
Export.Simulation
Export.Name
Export.ExceptionsEnabled
Export.ToString()
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 class ExpressionExport : Export

Constructors

| Improve this Doc View Source

ExpressionExport(String, String, EvaluationContext)

Initializes a new instance of the ExpressionExport class.

Declaration
public ExpressionExport(string name, string expressionName, EvaluationContext context)
Parameters
Type Name Description
System.String name

Name of export.

System.String expressionName

Name of expression.

EvaluationContext context

Properties

| Improve this Doc View Source

Context

Declaration
public EvaluationContext Context { get; }
Property Value
Type Description
EvaluationContext
| Improve this Doc View Source

ExpressionName

Gets the expression name.

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

QuantityUnit

Gets the export unit.

Declaration
public override string QuantityUnit { get; }
Property Value
Type Description
System.String
Overrides
Export.QuantityUnit

Methods

| Improve this Doc View Source

Extract()

Extract the quantity from simulated data.

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

A quantity.

Overrides
Export.Extract()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX