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