Add HVAMP32 to the webshop #142
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 31 KiB |
|
@ -881,6 +881,43 @@ const shop_data = {
|
|||
idc: 1
|
||||
}
|
||||
},
|
||||
'hvamp32': {
|
||||
id: 'hvamp32',
|
||||
name: 'HV Amplifier',
|
||||
name_number: '5633',
|
||||
name_codename: '',
|
||||
price: 1500,
|
||||
image: '/images/shop/graphic-03_HVAMP32.svg',
|
||||
specs: [
|
||||
'Amplifier: LTC6090 or OPA462, 32 channels.',
|
||||
'Amplification range up to ±25V and ±55V available.',
|
||||
'Over-temperature protection.',
|
||||
'External 12V power supply.',
|
||||
'Slew rate 21V/us typical.',
|
||||
'Bandwidth: 12MHz/gain, for ±25V range BW is 4.8MHz typical.',
|
||||
'The same connector as in Zotino and Fastino.'
|
||||
],
|
||||
options: [
|
||||
{type: "Radio",
|
||||
args: {
|
||||
title: "Amplification range",
|
||||
outvar: "hvamp",
|
||||
variants: ["±25V", "±55V"],
|
||||
fallback: 0
|
||||
}},
|
||||
],
|
||||
size: 'small',
|
||||
warnings: [
|
||||
"no_idc_source"
|
||||
],
|
||||
resources: [
|
||||
{name: "idc", max: 4}
|
||||
],
|
||||
consumes: {
|
||||
hp: 4,
|
||||
idc: 4
|
||||
}
|
||||
},
|
||||
'idc-sma-adapter': {
|
||||
id: 'idc-sma-adapter',
|
||||
name: 'SMA-IDC',
|
||||
|
@ -1346,6 +1383,7 @@ const shop_data = {
|
|||
itemIds: [
|
||||
'zotino',
|
||||
'fastino',
|
||||
'hvamp32',
|
||||
'novo',
|
||||
'shuttler']},
|
||||
{ name: 'Adapters',
|
||||
|
|
Loading…
Reference in New Issue