Layout

The layout of the Calculator. Possible layouts are 'Standard' and 'Scientific'.

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiCalculator.LayoutName

Attribute getter

public getLayout (): LayoutName | null | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

LayoutName, null, undefined

The current value of the attribute.

Attribute setter

public setLayoutName(valueNew: types): void;

Parameter

Name

Type

Description

valueNew

LayoutName, null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

Layout 1:

Available since version 1.14.3.307