Documentation of UrbanFireXDT
Documentation of UrbanFireXDT
Loading...
Searching...
No Matches
Public Attributes | List of all members
pyconn::SimulationEVState Struct Reference

Represents the state of a single EV during a simulation time step. More...

#include <python_module.hpp>

Public Attributes

EVState ev_state
 
double ev_current_demand_kW
 
double ev_soc
 
double ev_soe
 
double ev_maxP_kW
 
double ev_maxE_kWh
 
std::vector< double > ev_future_max_power_kW
 
std::vector< double > ev_future_max_consumption_kWh
 
std::vector< double > ev_future_min_consumption_kWh
 

Detailed Description

Represents the state of a single EV during a simulation time step.

Member Data Documentation

◆ ev_current_demand_kW

double pyconn::SimulationEVState::ev_current_demand_kW

◆ ev_future_max_consumption_kWh

std::vector<double> pyconn::SimulationEVState::ev_future_max_consumption_kWh

◆ ev_future_max_power_kW

std::vector<double> pyconn::SimulationEVState::ev_future_max_power_kW

◆ ev_future_min_consumption_kWh

std::vector<double> pyconn::SimulationEVState::ev_future_min_consumption_kWh

◆ ev_maxE_kWh

double pyconn::SimulationEVState::ev_maxE_kWh

◆ ev_maxP_kW

double pyconn::SimulationEVState::ev_maxP_kW

◆ ev_soc

double pyconn::SimulationEVState::ev_soc

◆ ev_soe

double pyconn::SimulationEVState::ev_soe

◆ ev_state

EVState pyconn::SimulationEVState::ev_state

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