Class: AdfFrequencyFormat
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/TunePage.ts:15
FmcFormat for parsing and displaying a adf frequency Accepts an XXX.Y string
Implements
Validator
<number
>Formatter
<number
>
Constructors
Constructor
new AdfFrequencyFormat():
AdfFrequencyFormat
Returns
AdfFrequencyFormat
Properties
nullValueString
nullValueString:
string
='---.-'
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/TunePage.ts:19
The string to show when a value is null
Implementation of
Formatter.nullValueString
Methods
format()
format(
freq
):string
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/TunePage.ts:22
Parameters
Parameter | Type |
---|---|
freq | number |
Returns
string
Inherit Doc
Implementation of
Formatter.format
parse()
parse(
freq
):null
|number
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/TunePage.ts:27
Parameters
Parameter | Type |
---|---|
freq | string |
Returns
null
| number
Inherit Doc
Implementation of
Validator.parse