From 893459396ca4fdf527e57d151ba052c129b4befc Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Thu, 10 Oct 2024 16:47:51 +0800 Subject: [PATCH] Update HVAMP32 according to the factual specs Signed-off-by: Egor Savkin --- static/js/shop_data.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/shop_data.js b/static/js/shop_data.js index 4826ad7..abf9183 100644 --- a/static/js/shop_data.js +++ b/static/js/shop_data.js @@ -877,12 +877,12 @@ const shop_data = { price: 1500, image: '/images/shop/graphic-03_HVAMP32.svg', specs: [ - 'Amplifier: LTC6090 or OPA462, 32 channels.', - 'Amplification range up to ±25V and ±55V available.', + 'Amplifier: LTC6090, 32 channels.', + 'Amplification range up to ±50V and ±55V available.', 'Over-temperature protection.', 'External 12V power supply.', 'Slew rate 21V/us typical.', - 'Bandwidth: 12MHz/gain, for ±25V range BW is 4.8MHz typical.', + 'Bandwidth: 12MHz/gain, for ±50V range BW is 2.4MHz typical.', 'The same connector as in Zotino and Fastino.' ], options: [ @@ -890,7 +890,7 @@ const shop_data = { args: { title: "Amplification range", outvar: "hvamp", - variants: ["±25V", "±55V"], + variants: ["±50V", "±55V"], fallback: 0 }}, ],