Public Member Functions | |
| def | ones_row (self, cols) |
| def | ones_row_m1 (self, cols) |
| def | ones_row_m2 (self, cols) |
| def | expand_rows (self, rows, override=False) |
Conditions are the magic Data that contains the information about the vehicle in flight.
At this point none of the information really exists. What is here are the methods that allow a mission
to collect the information.
Assumptions:
None
Source:
None
| def SUAVE.Analyses.Mission.Segments.Conditions.Conditions.Conditions.expand_rows | ( | self, | |
| rows, | |||
override = False |
|||
| ) |
Makes a 1-D array the right size. Often used after a mission is initialized to size out the vectors to the
right size. Will not overwrite an array if it already exists, unless override is True.
Assumptions:
None
Source:
N/A
Inputs:
rows [int]
override [boolean]
Outputs:
None
Properties Used:
None
Reimplemented in SUAVE.Analyses.Mission.Segments.Conditions.State.State.
| def SUAVE.Analyses.Mission.Segments.Conditions.Conditions.Conditions.ones_row | ( | self, | |
| cols | |||
| ) |
returns a row vector of ones with given number of columns
Assumptions:
None
Source:
N/A
Inputs:
cols [in]
Outputs:
Vector
Properties Used:
None
| def SUAVE.Analyses.Mission.Segments.Conditions.Conditions.Conditions.ones_row_m1 | ( | self, | |
| cols | |||
| ) |
returns an N-1 row vector of ones with given number of columns
Assumptions:
None
Source:
N/A
Inputs:
cols [in]
Outputs:
Vector
Properties Used:
None
| def SUAVE.Analyses.Mission.Segments.Conditions.Conditions.Conditions.ones_row_m2 | ( | self, | |
| cols | |||
| ) |
returns an N-2 row vector of ones with given number of columns
Assumptions:
None
Source:
N/A
Inputs:
cols [int]
Outputs:
Vector
Properties Used:
None