{% load static %}
Test Tracker Website - Detail View
{{ testpoint.testpoint_UID }}
{% if testpoint.testexecution_set.all %}
Previous Test Execution Attempts
{% for testexecution in testpoint.testexecution_set.all %}
{{ testexecution.execution_date }}
{% endfor %}
{% else %}
No Tests Have Been Attempted or Performed for this test point
{% endif %}
Test Condition Info
Main Test Group:
{{ main_test_group }}
Test Owner:
{{ test_owner }}
Added Date:
{{ added_date }}
Maneuver Description:
{{ maneuver_description }}
Target Groundspeed:
{{ target_groundspeed }}
Throttle Position:
{{ throttle_position }}
Command Input Percent:
{{ command_input_percent }}
Directional Stick Input:
{{ directional_stick_input }}
Steering Method:
{{ steering_method }}
NWS mode:
{{ NWS_mode }}
Offset Direction:
{{ offset_direction }}
Initial Heading Change Aggressiveness:
{{ initial_heading_change_agressiveness }}
Pilot Commanded Brake State:
{{ pilot_commanded_brake_state }}
Braking Command Input:
{{ braking_command_input }}
Input Sin Wave Amplitude:
{{ input_sin_wave_amp }}
Aircraft Weight Band:
{{ aircraft_weight_band }}
Emergency System State:
{{ emergency_system_state }}
Executive State:
{{ executive_state }}
Initial Hyd Pump Config:
{{ initial_hyd_pump_config }}
Hydraulic System State:
{{ hydraulic_system_state }}
Final Hyd Pump Config:
{{ final_hyd_pump_config }}
LV System State:
{{ LV_system_state }}
HV System State:
{{ HV_system_state }}
Fuel/TCS System State:
{{ Fuel_TCS_system_state }}
Input Test Execution Information
{% csrf_token %}
{{ testpoint.testpoint_UID }}
Executed or Skipped?:
Executed
Date:
Notes:
{% if error_message %}
{{ error_message }}
{% endif %}
Back to Test Points Index