Interface IAppliedVoltageRule
An IRule that allows specifying an applied voltage.
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. |