From 95304cfd6133e827d37ba3605b1c3d9ca683d1a7 Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Tue, 9 Jul 2024 17:30:59 +0800 Subject: [PATCH] Add HVAMP32 to the webshop Signed-off-by: Egor Savkin --- static/images/shop/graphic-03_HVAMP32.svg | 3 ++ static/js/shop_data.js | 38 +++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 static/images/shop/graphic-03_HVAMP32.svg diff --git a/static/images/shop/graphic-03_HVAMP32.svg b/static/images/shop/graphic-03_HVAMP32.svg new file mode 100644 index 0000000..914f8e6 --- /dev/null +++ b/static/images/shop/graphic-03_HVAMP32.svg @@ -0,0 +1,3 @@ + diff --git a/static/js/shop_data.js b/static/js/shop_data.js index d118df4..27c537c 100644 --- a/static/js/shop_data.js +++ b/static/js/shop_data.js @@ -881,6 +881,43 @@ const shop_data = { idc: 1 } }, + 'hvamp32': { + id: 'hvamp32', + name: 'HV Amplifier', + name_number: '5633', + name_codename: '', + price: 1500, + image: '/images/shop/graphic-03_HVAMP32.svg', + specs: [ + 'Amplifier: LTC6090 or OPA462, 32 channels.', + 'Amplification range up to ±25V 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.', + 'The same connector as in Zotino and Fastino.' + ], + options: [ + {type: "Radio", + args: { + title: "Amplification range", + outvar: "hvamp", + variants: ["±25V", "±55V"], + fallback: 0 + }}, + ], + size: 'small', + warnings: [ + "no_idc_source" + ], + resources: [ + {name: "idc", max: 4} + ], + consumes: { + hp: 4, + idc: 4 + } + }, 'idc-sma-adapter': { id: 'idc-sma-adapter', name: 'SMA-IDC', @@ -1346,6 +1383,7 @@ const shop_data = { itemIds: [ 'zotino', 'fastino', + 'hvamp32', 'novo', 'shuttler']}, { name: 'Adapters',