Show / Hide Table of Contents

Class VoltageExporter

Generates voltage Export.

Inheritance
System.Object
Exporter
VoltageExporter
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)
System.Object.ToString()
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.Exporters
Assembly: SpiceSharpParser.dll
Syntax
public class VoltageExporter : Exporter

Properties

| Improve this Doc View Source

CreatedTypes

Gets supported voltage exports.

Declaration
public virtual ICollection<string> CreatedTypes { get; }
Property Value
Type Description
System.Collections.Generic.ICollection<System.String>

A list of supported voltage exports.

Methods

| Improve this Doc View Source

CreateExport(String, String, ParameterCollection, EvaluationContext, ISpiceNetlistCaseSensitivitySettings)

Declaration
public override Export CreateExport(string name, string type, ParameterCollection parameters, EvaluationContext context, ISpiceNetlistCaseSensitivitySettings caseSettings)
Parameters
Type Name Description
System.String name
System.String type
ParameterCollection parameters
EvaluationContext context
ISpiceNetlistCaseSensitivitySettings caseSettings
Returns
Type Description
Export
Overrides
Exporter.CreateExport(String, String, ParameterCollection, EvaluationContext, ISpiceNetlistCaseSensitivitySettings)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX