Show / Hide Table of Contents

Class VoltageExport

Voltage export.

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

Constructors

| Improve this Doc View Source

VoltageExport(String, Simulation, String, String)

Initializes a new instance of the VoltageExport class.

Declaration
public VoltageExport(string name, Simulation simulation, string node, string reference = null)
Parameters
Type Name Description
System.String name

Name of export.

SpiceSharp.Simulations.Simulation simulation

Simulation.

System.String node

Positive node.

System.String reference

Negative reference node.

Properties

| Improve this Doc View Source

ExportImpl

Gets the complex voltage export.

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

ExportRealImpl

Gets the real voltage export.

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

Node

Gets the main node.

Declaration
public string Node { get; }
Property Value
Type Description
System.String
| 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

Reference

Gets the reference node.

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

Methods

| Improve this Doc View Source

Extract()

Extracts the voltage value.

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

A voltage value at the main node.

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