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

comments_x

Read access to the comments on a data object's X component. Read/write access to the comments of the X component of the current formula or FlexPro data.

Syntax

DataObject.comments_x

or

Data.comments_x

or

this.comments_x = Comments

or

Data.comments_x = Comments

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

Comments

The string to be assigned as a comments 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').comments_x

Returns a string with the comments on a data set's X component in the root folder.

this.comments_x = "Time"

Sets the comments on the actual formula's X component to "Time".

 

See Also

comments_y Property

comments_z Property

comments Property