Class Resources
A strongly-typed resource class, for looking up localized strings, etc.
Inherited Members
Namespace: SpiceSharp.Properties
Assembly: SpiceSharp.dll
Syntax
public class Resources
Properties
Algebra_BadlyConditioned
Looks up a localized string similar to The solver was forced to choose a pivot that did not meet tolerance levels at matrix element ({0}, {1})..
Declaration
public static string Algebra_BadlyConditioned { get; }
Property Value
Type | Description |
---|---|
string |
Algebra_InvalidPivot
Looks up a localized string similar to The pivot for elimination step {0} is zero..
Declaration
public static string Algebra_InvalidPivot { get; }
Property Value
Type | Description |
---|---|
string |
Algebra_SingularMatrix
Looks up a localized string similar to The matrix is singular..
Declaration
public static string Algebra_SingularMatrix { get; }
Property Value
Type | Description |
---|---|
string |
Algebra_SingularMatrixIndexed
Looks up a localized string similar to The matrix was found to be singular when eliminating row {0}..
Declaration
public static string Algebra_SingularMatrixIndexed { get; }
Property Value
Type | Description |
---|---|
string |
Algebra_SolverNotFactored
Looks up a localized string similar to The solver is not factored yet..
Declaration
public static string Algebra_SolverNotFactored { get; }
Property Value
Type | Description |
---|---|
string |
Algebra_VectorLengthMismatch
Looks up a localized string similar to The vector has {0} elements, but {1} were expected..
Declaration
public static string Algebra_VectorLengthMismatch { get; }
Property Value
Type | Description |
---|---|
string |
Behaviors_BehaviorsAlreadyExist
Looks up a localized string similar to There are already behaviors for '{0}'..
Declaration
public static string Behaviors_BehaviorsAlreadyExist { get; }
Property Value
Type | Description |
---|---|
string |
Behaviors_NoBehaviorFor
Looks up a localized string similar to Could not find behaviors for '{0}'..
Declaration
public static string Behaviors_NoBehaviorFor { get; }
Property Value
Type | Description |
---|---|
string |
Components_NoModel
Looks up a localized string similar to No model was specified for component '{0}' of type {1}..
Declaration
public static string Components_NoModel { get; }
Property Value
Type | Description |
---|---|
string |
Components_NodeMismatch
Looks up a localized string similar to Node mismatch: {0} nodes expected, but {1} were given..
Declaration
public static string Components_NodeMismatch { get; }
Property Value
Type | Description |
---|---|
string |
Components_NodeMismatchNamed
Looks up a localized string similar to Node mismatch for '{0}': {1} nodes expected, but {1} were given..
Declaration
public static string Components_NodeMismatchNamed { get; }
Property Value
Type | Description |
---|---|
string |
Culture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Declaration
public static CultureInfo Culture { get; set; }
Property Value
Type | Description |
---|---|
CultureInfo |
DI_CannotResolveConstructor
Looks up a localized string similar to Cannot resolve constructor for '{0}'..
Declaration
public static string DI_CannotResolveConstructor { get; }
Property Value
Type | Description |
---|---|
string |
DI_InvalidConstructorParameter
Looks up a localized string similar to Cannot resolve a parameter of type '{0}' for the constructor of '{1}'..
Declaration
public static string DI_InvalidConstructorParameter { get; }
Property Value
Type | Description |
---|---|
string |
Delays_NonCausalDelay
Looks up a localized string similar to Non-causal delay detected. Delays should be greater than 0..
Declaration
public static string Delays_NonCausalDelay { get; }
Property Value
Type | Description |
---|---|
string |
Delays_NonIncreasingTime
Looks up a localized string similar to Time points are not monotonically increasing. Time goes from {0:e3} to {1:e3}..
Declaration
public static string Delays_NonIncreasingTime { get; }
Property Value
Type | Description |
---|---|
string |
Diodes_BreakdownCurrentIncreased
Looks up a localized string similar to {0}: breakdown current increased to {1:g5} to resolve incompatibility with specified saturation current..
Declaration
public static string Diodes_BreakdownCurrentIncreased { get; }
Property Value
Type | Description |
---|---|
string |
Diodes_ImpossibleFwdRevMatch
Looks up a localized string similar to {0}: unable to match forward and reverse diode region. Bv = {1:g}, ibv = {2:g}..
Declaration
public static string Diodes_ImpossibleFwdRevMatch { get; }
Property Value
Type | Description |
---|---|
string |
Element_DefaultMethodNotCreated
Looks up a localized string similar to The default method could not be created for this target framework. Please specify Element<T>.Addition and Element<T>.Subtraction manually..
Declaration
public static string Element_DefaultMethodNotCreated { get; }
Property Value
Type | Description |
---|---|
string |
EntityCollection_KeyExists
Looks up a localized string similar to An entity with the name "{0}" already exists..
Declaration
public static string EntityCollection_KeyExists { get; }
Property Value
Type | Description |
---|---|
string |
IndependentSources_NoDc
Looks up a localized string similar to {0} has no DC value, 0 assumed..
Declaration
public static string IndependentSources_NoDc { get; }
Property Value
Type | Description |
---|---|
string |
IndependentSources_NoDcUseWaveform
Looks up a localized string similar to {0} has no DC value, waveform value at time 0 used..
Declaration
public static string IndependentSources_NoDcUseWaveform { get; }
Property Value
Type | Description |
---|---|
string |
Mosfets_EffectiveChannelTooSmall
Looks up a localized string similar to {0}: effective channel length less than zero..
Declaration
public static string Mosfets_EffectiveChannelTooSmall { get; }
Property Value
Type | Description |
---|---|
string |
Nodes_NullToGround
Looks up a localized string similar to Node {1} of component {0} was 'null', and was connected to ground..
Declaration
public static string Nodes_NullToGround { get; }
Property Value
Type | Description |
---|---|
string |
NotEnoughElements
Looks up a localized string similar to No enough elements..
Declaration
public static string NotEnoughElements { get; }
Property Value
Type | Description |
---|---|
string |
Parallel_AccessNotSupported
Looks up a localized string similar to Parallel access to {0} is not supported..
Declaration
public static string Parallel_AccessNotSupported { get; }
Property Value
Type | Description |
---|---|
string |
ParameterSets_NotDefined
Looks up a localized string similar to The parameter set of type '{0}' is not defined..
Declaration
public static string ParameterSets_NotDefined { get; }
Property Value
Type | Description |
---|---|
string |
Parameters_ArgumentCountMismatch
Looks up a localized string similar to Expected {2} arguments for {0}, but {1} were passed..
Declaration
public static string Parameters_ArgumentCountMismatch { get; }
Property Value
Type | Description |
---|---|
string |
Parameters_Finite
Looks up a localized string similar to The parameter value should be finite..
Declaration
public static string Parameters_Finite { get; }
Property Value
Type | Description |
---|---|
string |
Parameters_IsNaN
Looks up a localized string similar to The parameter value should be a number but was NaN..
Declaration
public static string Parameters_IsNaN { get; }
Property Value
Type | Description |
---|---|
string |
Parameters_IsZero
Looks up a localized string similar to The parameter cannot be zero..
Declaration
public static string Parameters_IsZero { get; }
Property Value
Type | Description |
---|---|
string |
Parameters_LowerLimitReached
Looks up a localized string similar to The parameter value of {0} was too small, and was raised from {1} to {2}..
Declaration
public static string Parameters_LowerLimitReached { get; }
Property Value
Type | Description |
---|---|
string |
Parameters_NotFoundNamed
Looks up a localized string similar to Could not find parameter '{0}' of type '{1}' on {2}..
Declaration
public static string Parameters_NotFoundNamed { get; }
Property Value
Type | Description |
---|---|
string |
Parameters_NotFoundTyped
Looks up a localized string similar to Could not find a parameter with type '{0}'..
Declaration
public static string Parameters_NotFoundTyped { get; }
Property Value
Type | Description |
---|---|
string |
Parameters_NotGreater
Looks up a localized string similar to The parameter value should be greater than {0}..
Declaration
public static string Parameters_NotGreater { get; }
Property Value
Type | Description |
---|---|
string |
Parameters_NotGreaterOrEqual
Looks up a localized string similar to The parameter value should be at least {0}..
Declaration
public static string Parameters_NotGreaterOrEqual { get; }
Property Value
Type | Description |
---|---|
string |
Parameters_NotLess
Looks up a localized string similar to The parameter value should be less than {0}..
Declaration
public static string Parameters_NotLess { get; }
Property Value
Type | Description |
---|---|
string |
Parameters_NotLessOrEqual
Looks up a localized string similar to The parameter value should be at most {0}..
Declaration
public static string Parameters_NotLessOrEqual { get; }
Property Value
Type | Description |
---|---|
string |
Parameters_NotWithinRange
Looks up a localized string similar to The parameter value is outside the allowed range {0}-{1}..
Declaration
public static string Parameters_NotWithinRange { get; }
Property Value
Type | Description |
---|---|
string |
Parameters_ParameterSetNotFound
Looks up a localized string similar to A parameter set of type '{0}' could not be found..
Declaration
public static string Parameters_ParameterSetNotFound { get; }
Property Value
Type | Description |
---|---|
string |
Parameters_UpperLimitReached
Looks up a localized string similar to The parameter value of {0} was too large, and was reduced from {1} to {2}..
Declaration
public static string Parameters_UpperLimitReached { get; }
Property Value
Type | Description |
---|---|
string |
References_IsEmptyReference
Looks up a localized string similar to The reference is empty..
Declaration
public static string References_IsEmptyReference { get; }
Property Value
Type | Description |
---|---|
string |
Reflection_NotMatchingType
Looks up a localized string similar to The destination type does not match the source..
Declaration
public static string Reflection_NotMatchingType { get; }
Property Value
Type | Description |
---|---|
string |
Reflection_SameName
Looks up a localized string similar to The parameter or property '{0}' points to both {1} and {2}..
Declaration
public static string Reflection_SameName { get; }
Property Value
Type | Description |
---|---|
string |
Resistors_ZeroResistance
Looks up a localized string similar to {0}: Model describes short-circuit, 1kOhm used..
Declaration
public static string Resistors_ZeroResistance { get; }
Property Value
Type | Description |
---|---|
string |
ResourceManager
Returns the cached ResourceManager instance used by this class.
Declaration
public static ResourceManager ResourceManager { get; }
Property Value
Type | Description |
---|---|
ResourceManager |
Sampler_NoExportEvent
Looks up a localized string similar to The simulation {0} does not export simulation data..
Declaration
public static string Sampler_NoExportEvent { get; }
Property Value
Type | Description |
---|---|
string |
Simulation_Biasing_GminSteppingFailed
Looks up a localized string similar to Gmin step failed..
Declaration
public static string Simulation_Biasing_GminSteppingFailed { get; }
Property Value
Type | Description |
---|---|
string |
Simulation_VariableNotANumber
Looks up a localized string similar to The solution of variable '{0}' is not a number for the current iteration..
Declaration
public static string Simulation_VariableNotANumber { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_Biasing_NoOp
Looks up a localized string similar to Could not determine the operating point..
Declaration
public static string Simulations_Biasing_NoOp { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_Biasing_SourceSteppingFailed
Looks up a localized string similar to Source stepping failed..
Declaration
public static string Simulations_Biasing_SourceSteppingFailed { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_Biasing_StartDiagonalGminStepping
Looks up a localized string similar to Starting diagonal Gmin stepping..
Declaration
public static string Simulations_Biasing_StartDiagonalGminStepping { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_Biasing_StartGminStepping
Looks up a localized string similar to Starting Gmin stepping..
Declaration
public static string Simulations_Biasing_StartGminStepping { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_Biasing_StartSourceStepping
Looks up a localized string similar to Starting source stepping..
Declaration
public static string Simulations_Biasing_StartSourceStepping { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_CannotRunMultiple
Looks up a localized string similar to Cannot run multiple instances of the same simulation..
Declaration
public static string Simulations_CannotRunMultiple { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_ConvergenceAidVariableNotFound
Looks up a localized string similar to Could not set convergence aid: variable '{0}' could not be found..
Declaration
public static string Simulations_ConvergenceAidVariableNotFound { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_CurrentNotFound
Looks up a localized string similar to Could not find a branch current for the entity '{0}'..
Declaration
public static string Simulations_CurrentNotFound { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_DC_NoSweepPoints
Looks up a localized string similar to The sweep '{0}' does not contain any points to simulate..
Declaration
public static string Simulations_DC_NoSweepPoints { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_DifferentialVoltageNotFound
Looks up a localized string similar to Could not find the voltage V({0}, {1})..
Declaration
public static string Simulations_DifferentialVoltageNotFound { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_History_InvalidLength
Looks up a localized string similar to Histories cannot track less than one point..
Declaration
public static string Simulations_History_InvalidLength { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_InvalidInitializationMode
Looks up a localized string similar to Invalid initialization mode..
Declaration
public static string Simulations_InvalidInitializationMode { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_NoEntities
Looks up a localized string similar to {0}: there are no entities..
Declaration
public static string Simulations_NoEntities { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_PropertyNotfound
Looks up a localized string similar to Could not find a property with name '{1}' on an entity with name '{0}'..
Declaration
public static string Simulations_PropertyNotfound { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_Time_MaximumExpansionTooSmall
Looks up a localized string similar to The expansion factor should be greater or equal than 1..
Declaration
public static string Simulations_Time_MaximumExpansionTooSmall { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_Time_Terminated
Looks up a localized string similar to {0}: transient simulation was terminated..
Declaration
public static string Simulations_Time_Terminated { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_Time_TimestepInvalid
Looks up a localized string similar to The timestep is invalid..
Declaration
public static string Simulations_Time_TimestepInvalid { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_Time_TimestepTooSmall
Looks up a localized string similar to The timestep {0:e5}s is too small at t={1:e5}s..
Declaration
public static string Simulations_Time_TimestepTooSmall { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_ValidationFailed
Looks up a localized string similar to The simulation '{0}' has {1} rule violations..
Declaration
public static string Simulations_ValidationFailed { get; }
Property Value
Type | Description |
---|---|
string |
Simulations_VoltageNotFound
Looks up a localized string similar to Could not find the voltage V({0})..
Declaration
public static string Simulations_VoltageNotFound { get; }
Property Value
Type | Description |
---|---|
string |
Stateful_NotDefined
Looks up a localized string similar to A simulation state of type '{0}' is not defined..
Declaration
public static string Stateful_NotDefined { get; }
Property Value
Type | Description |
---|---|
string |
States_StateNotFoundFor
Looks up a localized string similar to Could not find a state of type '{0}'..
Declaration
public static string States_StateNotFoundFor { get; }
Property Value
Type | Description |
---|---|
string |
Subcircuits_NoEquivalent
Looks up a localized string similar to Cannot compute an equivalent solution for subcircuit '{0}'..
Declaration
public static string Subcircuits_NoEquivalent { get; }
Property Value
Type | Description |
---|---|
string |
Sweeps_PointsTooSmall
Looks up a localized string similar to The number of points should be greater than 0..
Declaration
public static string Sweeps_PointsTooSmall { get; }
Property Value
Type | Description |
---|---|
string |
Sweeps_Unreachable
Looks up a localized string similar to Cannot reach the end {0} with the current sweep settings..
Declaration
public static string Sweeps_Unreachable { get; }
Property Value
Type | Description |
---|---|
string |
Sweeps_ZeroTarget
Looks up a localized string similar to A logarithmic sweep cannot start or stop at a value of 0..
Declaration
public static string Sweeps_ZeroTarget { get; }
Property Value
Type | Description |
---|---|
string |
TypeAlreadyExists
Looks up a localized string similar to A value of type {0} already exists..
Declaration
public static string TypeAlreadyExists { get; }
Property Value
Type | Description |
---|---|
string |
TypeDictionary_AmbiguousType
Looks up a localized string similar to The type '{0}' resolved to multiple instances..
Declaration
public static string TypeDictionary_AmbiguousType { get; }
Property Value
Type | Description |
---|---|
string |
TypeDictionary_TypeNotFound
Looks up a localized string similar to A value of the type '{0}' could not be found..
Declaration
public static string TypeDictionary_TypeNotFound { get; }
Property Value
Type | Description |
---|---|
string |
Units_InvalidExponent
Looks up a localized string similar to Invalid exponent. Cannot represent the exponent {0}/{1}..
Declaration
public static string Units_InvalidExponent { get; }
Property Value
Type | Description |
---|---|
string |
VariableDictionary_KeyExists
Looks up a localized string similar to A variable with id '{0}' already exists..
Declaration
public static string VariableDictionary_KeyExists { get; }
Property Value
Type | Description |
---|---|
string |
VariableMap_KeyExists
Looks up a localized string similar to The variable '{0}' is already mapped..
Declaration
public static string VariableMap_KeyExists { get; }
Property Value
Type | Description |
---|---|
string |
VariableNotFound
Looks up a localized string similar to A variable by the name of '{0}' could not be found..
Declaration
public static string VariableNotFound { get; }
Property Value
Type | Description |
---|---|
string |
Variables_NoVariableFor
Looks up a localized string similar to Could not find a variable for '{0}'..
Declaration
public static string Variables_NoVariableFor { get; }
Property Value
Type | Description |
---|---|
string |
Waveforms_Pwl_Empty
Looks up a localized string similar to No points are specified..
Declaration
public static string Waveforms_Pwl_Empty { get; }
Property Value
Type | Description |
---|---|
string |
Waveforms_Pwl_NoIncreasingTimeValues
Looks up a localized string similar to The time values are not monotonically increasing..
Declaration
public static string Waveforms_Pwl_NoIncreasingTimeValues { get; }
Property Value
Type | Description |
---|---|
string |
Waveforms_Pwl_TimeValueLength
Looks up a localized string similar to The piece-wise linear function requires the same amount of time and value points..
Declaration
public static string Waveforms_Pwl_TimeValueLength { get; }
Property Value
Type | Description |
---|---|
string |