MaxLimitRangeCapability Class
The maximum limit range capability.
Constructor
MaxLimitRangeCapability(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
min_value
|
Minimum value. |
|
max_value
|
Maximum value. |
|
scale_size
|
Scale/step size for discrete values between the minimum value and the maximum value. |
|
status
|
The status of the capability. Known values are: "Visible", "Available", "Default", and "Disabled". |
|
reason
|
The reason for the capability not being available. |
Attributes
max_value
Maximum value.
max_value: int | None
min_value
Minimum value.
min_value: int | None
reason
The reason for the capability not being available.
reason: str | None
scale_size
Scale/step size for discrete values between the minimum value and the maximum value.
scale_size: int | None
status
"Visible", "Available", "Default", and "Disabled".
status: str | _models.CapabilityStatus | None