Skip to main content

Interface: GtcSpeedDialogInput

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcSpeedDialog.tsx:16

A request input for GtcSpeedDialog.

Extends

Properties

digitCount?

optional digitCount: 2 | 4 | 3

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcSpeedDialog.tsx:29

The number of digits to the left of the decimal point supported by the dialog's input. If not defined, the number of digits will default to the minimum number of digits required to accommodate the maximum valid value.


initialUnit?

optional initialUnit: Unit<Speed>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcSpeedDialog.tsx:20

The initial speed unit. If not defined, the initial unit will default to the dialog's unit type.


initialValue

initialValue: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/AbstractGtcNumberDialog.tsx:23

The value initially loaded into the dialog at the start of a request.

Inherited from

GtcNumberDialogInput.initialValue


maximumValue

maximumValue: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcSpeedDialog.tsx:35

The maximum valid numeric value allowed by the dialog's input.


minimumValue

minimumValue: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcSpeedDialog.tsx:32

The minimum valid numeric value allowed by the dialog's input.


title?

optional title: string

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

The GTC view title to display with the message.


unitType

unitType: Unit<Speed>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcSpeedDialog.tsx:23

The unit type in which the dialog should operate.