Table of Contents

Class PowerCurrentLimiter

Namespace
NominalSystems.Classes
Assembly
NominalSystems.Classes.dll

A power fuse is able to flick a switch, disabling a circuit when a current exceeds a threshold.

public class PowerCurrentLimiter : PowerComponent, IPowerAttachment
Inheritance
PowerCurrentLimiter
Implements
Inherited Members

Constructors

PowerCurrentLimiter()

Default constructor

public PowerCurrentLimiter()

Fields

CurrentLimit

[A] The max current limit

[EditableVariable("A", 0, false, "", "")]
public double CurrentLimit

Field Value

double

Methods

OnUpdate(double, double)

Called when the 'Component' should update

protected override void OnUpdate(double time, double step)

Parameters

time double

current time (seconds)

step double

the time step (seconds)