Class ExpressionExport
Describes a quantity that can be exported using data from expression.
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 class ExpressionExport : Export
Constructors
| Improve this Doc View SourceExpressionExport(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 SourceContext
Declaration
public EvaluationContext Context { get; }
Property Value
Type | Description |
---|---|
EvaluationContext |
ExpressionName
Gets the expression name.
Declaration
public string ExpressionName { get; }
Property Value
Type | Description |
---|---|
System.String |
QuantityUnit
Gets the export unit.
Declaration
public override string QuantityUnit { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
| Improve this Doc View SourceExtract()
Extract the quantity from simulated data.
Declaration
public override double Extract()
Returns
Type | Description |
---|---|
System.Double | A quantity. |