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

assigned_x

Read access to the name of the data object assigned as the X component of a data object. Read/write access to the name of the data object assigned as the X component of the current formula or FlexPro data.

Syntax

DataObject.assigned_x

or

Data.assigned_x

or

this.assigned_x = Path

or

Data.assigned_x = Path

The syntax of the assigned_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.

Path

String with the path name of the linked data object.

Remarks

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

Available In

FlexPro Professional, Developer Suite

Examples

flexpro.object(this.assigned_x).data

Reads the data of the data set that is assigned to the current formula as the X data set.

this.assigned_x = "Time"

Assigns the "Time" data set to the formula.

 

See Also

assigned_z Property