Aimsun Next Scripting
22
|
Public Member Functions | |
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 metering.
GKControlFlowMetering::GKControlFlowMetering | ( | ) |
const float GKControlFlowMetering::getFlow | ( | ) | const |
Gets the flow.
const float GKControlFlowMetering::getMaxFlow | ( | ) | const |
Gets the maximum flow.
const float GKControlFlowMetering::getMinFlow | ( | ) | const |
Gets the minimum flow.
void GKControlFlowMetering::setFlow | ( | const float | ) |
Sets the flow.
void GKControlFlowMetering::setMaxFlow | ( | const float | ) |
Sets the maximum flow.
void GKControlFlowMetering::setMinFlow | ( | const float | ) |
Sets the minimum flow.