Show / Hide Table of Contents

Class CurrentImaginaryExport

Imaginary of a complex current export.

Inheritance
System.Object
Export
CurrentImaginaryExport
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.CurrentExports
Assembly: SpiceSharpParser.dll
Syntax
public class CurrentImaginaryExport : Export

Constructors

| Improve this Doc View Source

CurrentImaginaryExport(String, Simulation, String)

Initializes a new instance of the CurrentImaginaryExport class.

Declaration
public CurrentImaginaryExport(string name, Simulation simulation, string source)
Parameters
Type Name Description
System.String name

Name of export.

SpiceSharp.Simulations.Simulation simulation

A simulation.

System.String source

A name of current source.

Properties

| Improve this Doc View Source

ExportImpl

Gets the complex property export.

Declaration
protected ComplexPropertyExport ExportImpl { get; }
Property Value
Type Description
SpiceSharp.Simulations.ComplexPropertyExport
| Improve this Doc View Source

QuantityUnit

Gets the quantity unit.

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

Source

Gets the main node.

Declaration
public string Source { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Extract()

Extracts current imaginary value.

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

Current imaginary value.

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