forked from M-Labs/web2019
Add shuttler to the shop
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
320665c3bd
commit
0ec7ef1e88
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 42 KiB |
|
@ -868,6 +868,30 @@ const shop_data = {
|
||||||
slotOccupied: 1,
|
slotOccupied: 1,
|
||||||
clockOccupied: 0
|
clockOccupied: 0
|
||||||
},
|
},
|
||||||
|
'shuttler': {
|
||||||
|
id: 'shuttler',
|
||||||
|
name: 'FMC/DAC',
|
||||||
|
name_number: '5716',
|
||||||
|
name_codename: 'Shuttler',
|
||||||
|
price: 8500,
|
||||||
|
image: '/shop/graphic-03_Shuttler.svg',
|
||||||
|
specs: [
|
||||||
|
'16-ch, 125 MSPS DAC in FMC form factor, with remote analog front end board.',
|
||||||
|
'High dc resolution (~18 bits) for trap electrode bias.',
|
||||||
|
'~15 MHz analog bandwidth.',
|
||||||
|
'AD9117 DACs (14 bits @ 125 MSPS, <1 LSB DNL).',
|
||||||
|
'Differential analog output (+/-5 V differential) via COTS connector with shielded impedance-matched pairs (mini-SAS HD).',
|
||||||
|
'Remote analog front-end (AFE) board converts differential signals on mini-SAS HD cables to single-ended, with additional gain/filtering as desired.',
|
||||||
|
],
|
||||||
|
size: 'big',
|
||||||
|
type: null,
|
||||||
|
hp: 8,
|
||||||
|
nbrSlotMin: 0,
|
||||||
|
nbrSlotMax: 0,
|
||||||
|
nbrClockMax: 0,
|
||||||
|
slotOccupied: 0,
|
||||||
|
clockOccupied: 0,
|
||||||
|
},
|
||||||
'pounder': {
|
'pounder': {
|
||||||
id: 'pounder',
|
id: 'pounder',
|
||||||
name: 'PDH lock generator',
|
name: 'PDH lock generator',
|
||||||
|
@ -950,7 +974,8 @@ const shop_data = {
|
||||||
itemIds: [
|
itemIds: [
|
||||||
'zotino',
|
'zotino',
|
||||||
'fastino',
|
'fastino',
|
||||||
'novo']},
|
'novo',
|
||||||
|
'shuttler']},
|
||||||
{ name: 'Adapters',
|
{ name: 'Adapters',
|
||||||
itemIds: [
|
itemIds: [
|
||||||
'idc-bnc-adapter',
|
'idc-bnc-adapter',
|
||||||
|
|
Loading…
Reference in New Issue