Component: Numeric Indicator (Indicators)

From Flowcode Help
Revision as of 09:11, 12 October 2020 by BenR (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Author Steve Tandy
Version 0.1 (Development)
Category Indicators


Image Numeric Indicator component

A 2d numeric indicator component.

Examples

No additional examples


Downloadable macro reference

This component does not contain any downloadable macros

Simulation macro reference

GetValue

Returns the current value of the component.

Parameters

This macro has no parameters


Return value

FLOAT


SetValue

Sets the component to the specified value.

Parameters

FLOAT value
A new value for the component.


Return value

This call does not return a value



Property reference

Value

This property is of type Floating point and can be referenced with the variable name Base2dGauge::Base2dObject::dValue.

No additional information


Style

This property is of type Fixed list of text and can be referenced with the variable name nStyle.

No additional information


Type

This property is of type Fixed list of text and can be referenced with the variable name nType.

No additional information


Cell Count

This property is of type Fixed list of ints and can be referenced with the variable name nCellCount.

No additional information


Show Decimal Point

This property is of type True or false and can be referenced with the variable name bShowDP.

No additional information


Show Leading Zeros

This property is of type True or false and can be referenced with the variable name bShowLeadingZeros.

No additional information


Show Sign

This property is of type True or false and can be referenced with the variable name bShowSign.

No additional information


Decimal Places

This property is of type Fixed list of ints and can be referenced with the variable name nDecimalPlaces.

No additional information