# Technology Dispatch

HOPP includes a variety of power source (technology) dispatch options based on the
`PowerSourceDispatch` class below:

- [PV Plant](dispatch:pv)
- [Wind Plant](dispatch:wind)
- [Concentrated Solar Power (CSP) Plant](dispatch:csp)
  - [Molten Salt Tower Power Plant](dispatch:csp-molten-tower)
  - [Parabolic Trough Plant](dispatch:csp-parabolic-trough)
- [Wave Plant](dispatch:wave)
- [Wave Plant](dispatch:tidal)

(dispatch:power-source-dispatch)=
## Power Source Dispatch

```{eval-rst}
.. autoclass:: hopp.simulation.technologies.dispatch.power_sources.power_source_dispatch.PowerSourceDispatch
    :members:
```
