StabText
A text to be appended to the stabilizer trim value printed on the load sheet depending on the stabilizer trim range it belongs to.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
noseIndicationText |
Text to be appended to the stabilizer trim value printed on the load sheet for STAB values within the given range. Typical values are 'Aircraft Nose Up' or 'ANU' and 'Aircraft Nose Down' or 'AND' |
string |
false |
|
|
false |
stabFromValue |
The lower bound of the stabilizer trim range for which the specific text needs to be printed on the load sheet. |
number |
false |
|
|
false |
stabTable |
A set of related stabilizer trim settings for given flap settings or thrust ratings. |
StabTable |
true |
|
|
false |
stabToValue |
The upper bound of the stabilizer trim range for which the specific text needs to be printed on the load sheet. |
number |
false |
|
|
false |
{
"noseIndicationText" : "string",
"stabFromValue" : "number",
"stabTable" : {
"aircraftGroupConfiguration" : { },
"flapsSettingValue" : "number",
"macPercent" : "number",
"maximumFlapsSettingValue" : "number",
"maximumMacPercent" : "number",
"maximumThrustRatingValue" : "number",
"minimumFlapsSettingValue" : "number",
"minimumMacPercent" : "number",
"minimumThrustRatingValue" : "number",
"remark" : [ { } ],
"stab" : [ { } ],
"stabText" : [ { } ],
"tableName" : "string",
"thrustRatingValue" : "number"
},
"stabToValue" : "number"
}