Global Coefficients#

This module contains a collection of classes for validating global coefficient formulas and executing them on project samples.

CheckGlobalCoefficient#

class CheckGlobalCoefficient#

Verifies a Global Coefficient formula.

run()#

Performs a check-formula request.

CheckGlobalCoefficientDirectory#

class CheckGlobalCoefficientDirectory#

Extends GlobalCoefficientRequestDirectory for verifying a Global Coefficient formula.

ComputeGlobalCoefficient#

class ComputeGlobalCoefficient#

Computes the result of a Global Coefficient formula.

run()#

Performs a compute-formula request.

property result#

Get the result of the Global Coefficient formula.

ComputeGlobalCoefficientDirectory#

class ComputeGlobalCoefficientDirectory#

Extends GlobalCoefficientRequestDirectory for computing the result of a Global Coefficient formula.