Skip to Content

Integer Attribute

Quick Facts

PropertyValue
ClassOlpCorePythonIntegerAttribute
Modulecenpyolpcore.OlpCorePythonIntegerAttribute
Packagecenpyolpcore
ReleaseR2025.2.4
Methods4
Inherits fromOlpCorePythonAttribute
SubclassesSet Integer Attribute

Inheritance

Quick Start

# Boilerplate Example integerAttribute = ... # obtained from the runtime context result = integerAttribute.GetValue()

Method Index

MethodReturnsSummary
GetValueint
GetMinimumint
GetMaximumint
GetStepSizeint

Query Methods

GetValue

def GetValue() -> int

Returns: int

GetMinimum

def GetMinimum() -> int

Returns: int

GetMaximum

def GetMaximum() -> int

Returns: int

GetStepSize

def GetStepSize() -> int

Returns: int

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?