FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder

FlexPro Documentation 2025

QuantityX

Read access to the name of the physical quantity of a data object's X component. Read/write access to the name of the physical quantity of the current formula's X component.

Syntax

[DataObject].QuantityX

or

[this].QuantityX = Quantity

The syntax of the QuantityX property consists of the following elements:

Element

Description

DataObject

Optional. The data object being accessed. If you omit this element, then the current formula is accessed. In the case of embedded FPScript you have to use the This keyword.

Quantity

The string to be assigned as the name of the physical quantity for the X component.

Remarks

Write access to the header information of a data object is only allowed for the formula where the FPScript code is located. You should only use this option in embedded FPScript. For standard formula objects, you should edit the attribute on the General tab of the Properties dialog box instead.

Available In

FlexPro Basic, Professional, Developer Suite

Examples

\DataSet.QuantityX

Returns a string with the name of the physical quantity of a data set's X component in the root folder.

.QuantityX = "Time"

Sets the quantity of the current formula's X component to "Time".

 

See Also

QuantityY Property

QuantityZ Property