DPsim
Loading...
Searching...
No Matches
CPS::Base::PSS Class Referenceabstract

Base model for power system stabilizers. More...

#include <Base_PSS.h>

Inheritance diagram for CPS::Base::PSS:
[legend]

Public Member Functions

virtual void setParameters (std::shared_ptr< Base::PSSParameters > parameters)=0
 
virtual void initializeStates (Real omega, Real activePower, Real Vd, Real Vq)=0
 Initializes PSS state variables from power-flow solution.
 
virtual Real step (Real omega, Real activePower, Real Vd, Real Vq, Real dt)=0
 

Detailed Description

Base model for power system stabilizers.

Definition at line 18 of file Base_PSS.h.

Member Function Documentation

◆ initializeStates()

virtual void CPS::Base::PSS::initializeStates ( Real omega,
Real activePower,
Real Vd,
Real Vq )
pure virtual

Initializes PSS state variables from power-flow solution.

Implemented in CPS::Signal::PSS1A.

◆ step()

virtual Real CPS::Base::PSS::step ( Real omega,
Real activePower,
Real Vd,
Real Vq,
Real dt )
pure virtual
Returns
V_pss: stabilizing signal fed into the exciter

Implemented in CPS::Signal::PSS1A.


The documentation for this class was generated from the following file: