shop_data: add datasheet entries if available
This commit is contained in:
parent
62286e9ea8
commit
9eed389c6e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue