forked from M-Labs/web2019
Add Almazny to the shop
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
7dbbdc40a6
commit
d9ba17ad3a
|
@ -153,7 +153,7 @@ In regular mode, various DDS features are supported, including frequency, phase
|
|||
|
||||
Mirny is a 4 channel wide-band PLL/VCO-based microwave frequency synthesiser.
|
||||
|
||||
Like the Urukul DDS but with a VCO/PLL (ADF5356) as the synthesizer and options for frequency double/tripler and analog frontend mezzanines.
|
||||
Like the Urukul DDS but with a VCO/PLL (ADF5356) as the synthesizer and options for frequency double/tripler and analog frontend mezzanines, e.g. Sinara 4457 "Almazny".
|
||||
|
||||
Comparing Mirny to Urukul:
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 88 KiB |
|
@ -793,7 +793,7 @@ const shop_data = {
|
|||
specs: [
|
||||
'4-channel Wide-band PLL/VCO-based microwave frequency synthesiser.',
|
||||
'53 MHz to >4 GHz.',
|
||||
'Up to 13.6 GHz when using the mezzanine.',,
|
||||
'Up to 13.6 GHz when using the mezzanine.',
|
||||
'Much higher frequency resolution than Urukul.',
|
||||
'Lower jitter and phase noise.',
|
||||
'Large frequency changes take several milliseconds.',
|
||||
|
@ -815,6 +815,35 @@ const shop_data = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'almazny': {
|
||||
id: 'almazny',
|
||||
name: 'Mirny + Almazny',
|
||||
name_number: '4457',
|
||||
name_codename: 'Almazny',
|
||||
price: 3660,
|
||||
image: '/shop/graphic-03_Almazny.svg',
|
||||
specs: [
|
||||
'Mirny with high frequency mezzanine.',
|
||||
'Additional 4 channels up to 12 GHz.',
|
||||
'Each Almazny channel outputs twice the frequency of its corresponding Mirny channel',
|
||||
],
|
||||
size: 'big',
|
||||
type: null,
|
||||
hp: 8,
|
||||
nbrSlotMin: 0,
|
||||
nbrSlotMax: 0,
|
||||
nbrClockMax: 0,
|
||||
slotOccupied: 1,
|
||||
clockOccupied: 1,
|
||||
rules: {
|
||||
resources: {
|
||||
type: 'almazny',
|
||||
icon: '/shop/icon-warning.svg',
|
||||
name: 'Almazny',
|
||||
message: 'This card needs a card that provides a EEM connector (e.g. Kasli) at its left.',
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
columns: {
|
||||
|
@ -836,6 +865,7 @@ const shop_data = {
|
|||
'urukul',
|
||||
'phaser',
|
||||
'mirny',
|
||||
'almazny',
|
||||
'zotino',
|
||||
'fastino',
|
||||
'idc-bnc-adapter',
|
||||
|
|
Loading…
Reference in New Issue