PyANGKernel.GKTrajectoryCondition

class GKTrajectoryCondition

Class that keeps information about the conditions that a vehicle must accomplish to gather trajectory statistics

Synopsis

Methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

PyANGKernel.GKTrajectoryCondition.vehicleType
PyANGKernel.GKTrajectoryCondition.origin
PyANGKernel.GKTrajectoryCondition.destination
PyANGKernel.GKTrajectoryCondition.entranceSection
PyANGKernel.GKTrajectoryCondition.percentage
__init__()
__init__(aveh, aSection, aPerc)
Parameters:
__init__(aveh, aSection, aPerc)
Parameters:
  • aveh – int

  • aSection – int

  • aPerc – float

__init__(aveh, aOrig, aDest, aperc)
Parameters:
__init__(aveh, aOrig, aDest, aperc)
Parameters:
  • aveh – int

  • aOrig – int

  • aDest – int

  • aperc – float

__eq__(other)
Parameters:

otherGKTrajectoryCondition

Return type:

bool