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

upper_range_limit_x

Read access to the upper range limit of the X component of a data object. Read/write access to the upper range limit of the X component of the current formula or FlexPro data.

Syntax

DataObject.upper_range_limit_x

or

Data.upper_range_limit_x

or

this.upper_range_limit_x = UpperRangeLimit

or

Data.upper_range_limit_x = UpperRangeLimit

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

Element

Description

DataObject

The data object being accessed. Use this to access the current formula.

Data

A flexpro.Data object to which header information of the data object from which it originates is assigned.

UpperRangeLimit

The floating point value to be assigned as the upper range limit for the X component.

Remarks

Write access to the header information of a data object is only permitted for the formula in which the Python code is located. Instead of using write access, you should preferably edit the attribute on the General tab of the Properties dialog box.

Available In

FlexPro Professional, Developer Suite

Examples

flexpro.object(r’\DataSet').upper_range_limit_x

Returns the upper range limit of the X component of a data set.

this.upper_range_limit_x = 10

Sets the upper range limit of the X component of the current formula to the value 10.

 

See Also

lower_range_limit_x Property

lower_range_limit_y Property

lower_range_limit_z Property

upper_range_limit_y Property

upper_range_limit_z Property