From 9eed389c6ea66e765be891b65e58976042417289 Mon Sep 17 00:00:00 2001 From: occheung Date: Wed, 19 Jan 2022 14:27:48 +0800 Subject: [PATCH] shop_data: add datasheet entries if available --- static/js/shop_data.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/static/js/shop_data.js b/static/js/shop_data.js index b212823..d8d93c4 100644 --- a/static/js/shop_data.js +++ b/static/js/shop_data.js @@ -230,6 +230,8 @@ const shop_data = { 'Minimum pulse width: 3ns.', 'Max 150 MHz toggle rate with 50% duty cycle.' ], + datasheet_file: '/docs/sinara-datasheets/2118-2128.pdf', + datasheet_name: '2118/2128 BNC/SMA-TTL datasheet', size: 'big', type: null, hp: 8, @@ -257,6 +259,8 @@ const shop_data = { specs: [ 'Same as above, but with SMA connectors.' ], + datasheet_file: '/docs/sinara-datasheets/2118-2128.pdf', + datasheet_name: '2118/2128 BNC/SMA-TTL datasheet', size: 'small', type: null, hp: 4, @@ -288,6 +292,8 @@ const shop_data = { 'No galvanic isolation.', 'Higher speed and lower jitter than the isolated SMA and BNC DIO cards.' ], + datasheet_file: '/docs/sinara-datasheets/2238.pdf', + datasheet_name: '2238 MCX-TTL datasheet', size: 'small', type: null, hp: 4, @@ -319,6 +325,8 @@ const shop_data = { 'No galvanic isolation.', 'Higher speed and lower jitter than the isolated SMA and BNC DIO cards.' ], + datasheet_file: '/docs/sinara-datasheets/2245.pdf', + datasheet_name: '2245 LVDS-TTL datasheet', size: 'small', type: null, hp: 4, @@ -354,6 +362,8 @@ const shop_data = { 'AD9910 and AD9912 cards can be used at the same time in the same crate.', 'External 5W power amplifier is available separately, leave us a note if interested.' ], + datasheet_file: '/docs/sinara-datasheets/4410-4412.pdf', + datasheet_name: '4410/4412 Urukul datasheet', size: 'small', type: 'urukul', hp: 4, @@ -432,6 +442,8 @@ const shop_data = { 'Channels can also be broken out to BNC or SMA using IDC-BNC, IDC-SMA or IDC-MCX cards.', 'DAC temperature can be stabilized using the Sinara 8451 Thermostat (sold separately).' ], + datasheet_file: '/docs/sinara-datasheets/5432.pdf', + datasheet_name: '5432 Zotino datasheet', size: 'small', type: 'zotino', hp: 4,