Python scripting OLP Core - Attributes

OlpCorePythonDoubleAttribute, derived from OlpCorePythonAttribute

 

Methods

 

GetValue(): float

 

 

o

return

attribute value

 

Gets the value of the attribute.

 


GetMinimum(): float

 

 

o

return

Returns the minimum value that an attribute can represent

 

Gets the defined minimum value.

 


 

GetMaximum(): float

 

 

o

return

Returns the maximum value that an attribute can represent

 

Gets the defined maximum value.

 


GeStepSize(): float

 

 

o

return

Returns the defined step size

 

Gets the defined step size used for changing the value of the attribute in spinners.

The step size does not define the smallest applicable change.

 

 


Previous
Page précédente
Chapter
Page principale du chapitre
Next
Page suivante