diff --git a/content/experiment-control/sinara-core.md b/content/experiment-control/sinara-core.md index 92c8ef9..c219856 100644 --- a/content/experiment-control/sinara-core.md +++ b/content/experiment-control/sinara-core.md @@ -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: diff --git a/static/images/shop/graphic-03_Almazny.svg b/static/images/shop/graphic-03_Almazny.svg new file mode 100644 index 0000000..943a3b7 --- /dev/null +++ b/static/images/shop/graphic-03_Almazny.svg @@ -0,0 +1,1118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/js/shop_data.js b/static/js/shop_data.js index 96aac39..c3b9da9 100644 --- a/static/js/shop_data.js +++ b/static/js/shop_data.js @@ -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',