Results¶
The method run() returns a Result object.
You can interact with this object in the same way as the Model object
itself. The following results are available in the result object.
graph TD
A[Model]
A --> F0[flight_mission]
Feature: flight_mission¶
Flight mission data
Maximum number: 1
Required: True (1)
Property: range¶
graph LR
A[Model]
A --> F1[flight_mission]
F1 --> P1[range]
Estimated range of the aircraft
Maximum number: 1
Required: True (1)
Schema:
type |
<class ‘float’> |
> |
0 |