Support Board
Date/Time: Thu, 28 Nov 2024 10:41:00 +0000
Post From: Automatic Scale Adjustment for a custom study
[2023-05-11 20:34:48] |
Tony - Posts: 522 |
Hope I understand your question correctly, you could set range as "User Defined", at this point, you're still able to read/write "Constant Range" number, so, "User Defined"'s range top and range bottom numbers can be calculated based on "Constant Range" number Diff = ConstantNumber - (ChartHighest - ChartLowest); RangeTop = ChartHighest + Diff / 2; RangeBottom = ChartLowest - Diff / 2; Date Time Of Last Edit: 2023-05-11 20:39:22
|