identify_is_hybrid

identify_is_hybrid(has_motor_p0, has_motor_p1, has_motor_p2, has_motor_p2_planetary, has_motor_p3_front, has_motor_p3_rear, has_motor_p4_front, has_motor_p4_rear)[source]

Identifies if the the vehicle is hybrid.

Parameters:
  • has_motor_p0 (bool) – Has the vehicle a motor in P0?
  • has_motor_p1 (bool) – Has the vehicle a motor in P1?
  • has_motor_p2 (bool) – Has the vehicle a motor in P2?
  • has_motor_p2_planetary (bool) – Has the vehicle a motor in planetary P2?
  • has_motor_p3_front (bool) – Has the vehicle a motor in P3 front?
  • has_motor_p3_rear (bool) – Has the vehicle a motor in P3 rear?
  • has_motor_p4_front (bool) – Has the vehicle a motor in P4 front?
  • has_motor_p4_rear (bool) – Has the vehicle a motor in P4 rear?
Returns:

Is the vehicle hybrid?

Return type:

bool