PWACAvionicsAPI.proto

Provide various functions that allow you to run the Avionics Tests. The functions are:

Be sure to input the Mandatory settings for the parameters. You may skip the Optional settings.
Run the function files in the following sequence for executing the Avionics test.
1. LoadTestFile
2. RunAvionicsTest
3. CheckTestPlanStatus and CheckTestStepPlan
4. GenerateReport

LoadTestFile

Load the pre-configured Avionics test file into the AC Source application.

The Avionics test file has to be pre-configured using the AC Source before it can be used via gRPC service.

SaveTestFile

Save the current Avionics test file that you have configured on the AC Source application.

ViewTestStep

View the list of test steps details in a certain test plan.

RunAvionicsTest

Run the previously-loaded Avionics test(s) via the LoadTestFile function.

CheckTestPlanStatus

Check the status of the selected test plan(s).

CheckTestStepStatus

Check the status of the test step(s) in the selected test plan.

GenerateReport

Generate the report for the executed Avionics test.

See Also

gRPC Service

Using gRPC Service

Execute Avionics Test via gRPC Service