Class PropertyExport
Property export.
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 PropertyExport : Export
Constructors
| Improve this Doc View SourcePropertyExport(String, Simulation, String, String)
Initializes a new instance of the PropertyExport class.
Declaration
public PropertyExport(string name, Simulation simulation, string source, string property)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of export. |
SpiceSharp.Simulations.Simulation | simulation | A simulation. |
System.String | source | A identifier of component. |
System.String | property | Name of property for export. |
Properties
| Improve this Doc View SourceExportRealImpl
Gets the real exporter.
Declaration
protected RealPropertyExport ExportRealImpl { get; }
Property Value
Type | Description |
---|---|
SpiceSharp.Simulations.RealPropertyExport |
QuantityUnit
Gets the quantity unit.
Declaration
public override string QuantityUnit { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceSource
Gets the main node.
Declaration
public string Source { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceExtract()
Extracts the current value
Declaration
public override double Extract()
Returns
Type | Description |
---|---|
System.Double | A current value at the source |