Aimsun Next Scripting
22
|
Public Member Functions | |
GKControlFlowAlineaMetering () | |
~GKControlFlowAlineaMetering () | |
void | setKrRegulatorParameter (const float value) |
float | getKrRegulatorParameter () const |
void | setDesiredDownstreamOccupancy (const float value) |
float | getDesiredDownstreamOccupancy () const |
const GKTimeDuration & | getCalculationInterval () const |
void | setCalculationInterval (const GKTimeDuration &aduration) |
![]() | |
GKControlFlowMetering () | |
void | setMinFlow (const float) |
const float | getMinFlow () const |
void | setMaxFlow (const float) |
const float | getMaxFlow () const |
void | setFlow (const float) |
const float | getFlow () const |
![]() | |
if (base) | |
Py_END_ALLOW_THREADS End | GKControlMetering () |
void | setMetering (GKMetering *) |
GKMetering * | getMetering () const |
qint32 | getMeteringId () const |
void | setControlMeteringType (const GKControlMeteringType) |
const GKControlMeteringType | getControlMeteringType () const |
Additional Inherited Members | |
![]() | |
enum | GKControlMeteringType { eUnspecified = 0 , eUncontrolled = 1 , eFixedControl = 2 , eExternal = 3 } |
![]() | |
ConvertToSubClassCode Py_BEGIN_ALLOW_THREADS GKControlMetering * | base = (GKControlMetering*)sipCpp |
sipType = 0 | |
Settings used in a control plan for a flow-alinea metering.
GKControlFlowAlineaMetering::GKControlFlowAlineaMetering | ( | ) |
GKControlFlowAlineaMetering::~GKControlFlowAlineaMetering | ( | ) |
const GKTimeDuration & GKControlFlowAlineaMetering::getCalculationInterval | ( | ) | const |
Sets the calculation interval of the alinea algorithm
float GKControlFlowAlineaMetering::getDesiredDownstreamOccupancy | ( | ) | const |
Gets the desired downstream occupancy in percentage from 0 to 100.
float GKControlFlowAlineaMetering::getKrRegulatorParameter | ( | ) | const |
Gets the regulator parameter (kr).
void GKControlFlowAlineaMetering::setCalculationInterval | ( | const GKTimeDuration & | aduration | ) |
Gets the calculation interval of the alinea algorithm
void GKControlFlowAlineaMetering::setDesiredDownstreamOccupancy | ( | const float | value | ) |
Sets the desired downstream occupancy in percentage from 0 to 100.
void GKControlFlowAlineaMetering::setKrRegulatorParameter | ( | const float | value | ) |
Sets the regulator parameter (kr).