Double Attribute
Quick Facts
| Property | Value |
|---|---|
| Class | OlpCorePythonDoubleAttribute |
| Module | cenpyolpcore.OlpCorePythonDoubleAttribute |
| Package | cenpyolpcore |
| Release | R2025.2.4 |
| Methods | 4 |
| Inherits from | OlpCorePythonAttribute |
| Subclasses | Set Double Attribute |
Inheritance
Quick Start
# Boilerplate Example
doubleAttribute = ... # obtained from the runtime context
result = doubleAttribute.GetValue()Method Index
| Method | Returns | Summary |
|---|---|---|
GetValue | float | — |
GetMinimum | float | — |
GetMaximum | float | — |
GetStepSize | float | — |
Query Methods
GetValue
def GetValue() -> floatReturns: float
GetMinimum
def GetMinimum() -> floatReturns: float
GetMaximum
def GetMaximum() -> floatReturns: float
GetStepSize
def GetStepSize() -> floatReturns: float
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?