Show / Hide Table of Contents

Interface IAppliedVoltageRule

An IRule that allows specifying an applied voltage.

Inherited Members
IRule.ViolationCount
IRule.Violations
IRule.Reset()
Namespace: SpiceSharp.Validation
Assembly: SpiceSharp.dll
Syntax
public interface IAppliedVoltageRule : IRule

Methods

Fix(IRuleSubject, IVariable, IVariable)

Fixes the voltage difference between two node variables.

Declaration
void Fix(IRuleSubject subject, IVariable first, IVariable second)
Parameters
Type Name Description
IRuleSubject subject

The subject that applies to the rule.

IVariable first

The first variable.

IVariable second

The second variable.

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

IRule
In this article
Back to top Generated by DocFX