Skip to main content

Interface: GtcBaroPressureDialogInput

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcBaroPressureDialog.tsx:15

A request input for GtcBaroPressureDialog.

Extends

Properties

initialUnit?

optional initialUnit: Unit<Pressure>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcBaroPressureDialog.tsx:19

The initial pressure unit. If not defined, the initial unit will default to a value based on the units mode.


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/GtcBaroPressureDialog.tsx:28

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


minimumValue

minimumValue: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcBaroPressureDialog.tsx:25

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


title?

optional title: string

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcBaroPressureDialog.tsx:31

The GTC view title to display with the message.


unitsMode

unitsMode: "inhg" | "hpa"

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcBaroPressureDialog.tsx:22

Whether the dialog should operate in units of inches of mercury or hectopascals.