Skip navigation

FlexPro Documentation 2025

Python Functions

Function

Availability

Used For

flexpro.assign_header

Professional, Developer Suite

Assigns header information to a flexpro.Data object.

flexpro.call

Professional, Developer Suite

Returns the data of a formula or a data set or calls an FPScript or Python function with arguments and returns the result.

flexpro.Data

Professional, Developer Suite

Creates a flexpro.Data object that represents a simple or composite FlexPro data structure with value and unit.

flexpro.list

Professional, Developer Suite

Creates a flexpro.Data object that represents a FlexPro data structure "List".

flexpro.named_list

Professional, Developer Suite

Creates a flexpro.Data object that represents a FlexPro data structure "List" with named list elements.

flexpro.object

Professional, Developer Suite

Creates a reference to an object in the project database.

flexpro.remove_header

Professional, Developer Suite

Removes header information from a flexpro.Data object.

flexpro.run

Professional, Developer Suite

Executes an FPScript statement and returns the result as a flexpro.data object.