Skip to Content

Double Attribute

Quick Facts

PropertyValue
ClassOlpCorePythonDoubleAttribute
Modulecenpyolpcore.OlpCorePythonDoubleAttribute
Packagecenpyolpcore
ReleaseR2025.2.4
Methods4
Inherits fromOlpCorePythonAttribute
SubclassesSet Double Attribute

Inheritance

Quick Start

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

Method Index

MethodReturnsSummary
GetValuefloat
GetMinimumfloat
GetMaximumfloat
GetStepSizefloat

Query Methods

GetValue

def GetValue() -> float

Returns: float

GetMinimum

def GetMinimum() -> float

Returns: float

GetMaximum

def GetMaximum() -> float

Returns: float

GetStepSize

def GetStepSize() -> float

Returns: float

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?