Interface: GtcTemperatureDialogInput
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcTemperatureDialog.tsx:17
A request input for GtcTemperatureDialog.
Extends
Properties
digitCount?
optionaldigitCount:2|4|3
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcTemperatureDialog.tsx:30
The number of digits supported by the dialog's input. If not defined, the number of digits will default to the minimum number of digits required to accommodate both the minimum and maximum valid values.
initialUnit?
optionalinitialUnit:Unit<Temperature>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcTemperatureDialog.tsx:21
The initial temperature 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/GtcTemperatureDialog.tsx:36
The maximum valid numeric value allowed by the dialog's input.
minimumValue
minimumValue:
number
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcTemperatureDialog.tsx:33
The minimum valid numeric value allowed by the dialog's input.
title?
optionaltitle:string
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcTemperatureDialog.tsx:39
The GTC view title to display with the message.
unitType
unitType:
Unit<Temperature>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcTemperatureDialog.tsx:24
The unit type in which the dialog should operate.