Author: HCA Central Version: 2 Added to Library: 11-Nov-23 HCAVersion needed: 16 Keywords: Utility
Package Description: Programs to ramp up and down a device to a specified percent smoothly over a specified time
Program Description: Program to control a device down to a specified percentage over a specified time. The change in level is made in approximatly 10% increments determined by the change in percentage and the time.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
Device | Object | Device to control | |
FinalPercent | Value | Final percentage for the device to achieve | 0 |
RampTime | Value | Time to achieve the final percentage in seconds | 60 |
Program Description: Program to control a device up to a specified percentage over a specified time. The change in level is made in approximatly 10% increments determined by the change in percentage and the time.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
Device | Object | Device to control | |
FinalPercent | Value | Final percentage for the device to achieve | 100 |
RampTime | Value | Time to achieve the final percentage in seconds | 60 |