Skip to main content

Type Alias: GtcFrequencyDialogInput

GtcFrequencyDialogInput = object

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcFrequencyDialog.tsx:38

A request input for GtcFrequencyDialog.

Properties

activeFrequency?

optional activeFrequency: number | Subscribable<number>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcFrequencyDialog.tsx:52

The active frequency to display above the dialog's input. If not defined, nothing will be displayed above the input.


initialValue

initialValue: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcFrequencyDialog.tsx:43

The frequency, in hertz, initially loaded into the dialog at the start of the request.


radio?

optional radio: TunableRadio

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcFrequencyDialog.tsx:58

The radio for which the request is being made.


showAdfModeButtons?

optional showAdfModeButtons: boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcFrequencyDialog.tsx:61

Whether to show the ADF mode selection buttons. Ignored if the input type is not ADF. Defaults to false.


showFindButton

showFindButton: boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcFrequencyDialog.tsx:49

Whether to show the find button.


showTransferButton

showTransferButton: boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcFrequencyDialog.tsx:46

Whether to show the transfer frequency button.


title?

optional title: string

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcFrequencyDialog.tsx:55

The GTC view title to display while the request is active.


type

type: GtcFrequencyDialogInputType

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcFrequencyDialog.tsx:40

The frequency input type to use.