rs2.modeler.properties.AbsoluteStageFactorGettersInterface module#

class rs2.modeler.properties.AbsoluteStageFactorGettersInterface.AbsoluteStageFactorGettersInterface(client, proxyId, propertyID, definedFactorClass, factorClass)#

Bases: ProxyObject, Generic[DefinedStageFactor, StageFactor]

Examples

Code Snippet: Manipulation of Stage Factors for various properties

getDefinedStageFactors() dict[int, DefinedStageFactor]#

Returns a map of stage factors. The key is the stage at which the stage factor is applied. The value is the stage factor object

getStageFactor(stage: int) StageFactor#

Returns the stage factor for the given stage.