Update HVAMP32 according to the factual specs
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
f087a00cee
commit
893459396c
|
@ -877,12 +877,12 @@ const shop_data = {
|
||||||
price: 1500,
|
price: 1500,
|
||||||
image: '/images/shop/graphic-03_HVAMP32.svg',
|
image: '/images/shop/graphic-03_HVAMP32.svg',
|
||||||
specs: [
|
specs: [
|
||||||
'Amplifier: LTC6090 or OPA462, 32 channels.',
|
'Amplifier: LTC6090, 32 channels.',
|
||||||
'Amplification range up to ±25V and ±55V available.',
|
'Amplification range up to ±50V and ±55V available.',
|
||||||
'Over-temperature protection.',
|
'Over-temperature protection.',
|
||||||
'External 12V power supply.',
|
'External 12V power supply.',
|
||||||
'Slew rate 21V/us typical.',
|
'Slew rate 21V/us typical.',
|
||||||
'Bandwidth: 12MHz/gain, for ±25V range BW is 4.8MHz typical.',
|
'Bandwidth: 12MHz/gain, for ±50V range BW is 2.4MHz typical.',
|
||||||
'The same connector as in Zotino and Fastino.'
|
'The same connector as in Zotino and Fastino.'
|
||||||
],
|
],
|
||||||
options: [
|
options: [
|
||||||
|
@ -890,7 +890,7 @@ const shop_data = {
|
||||||
args: {
|
args: {
|
||||||
title: "Amplification range",
|
title: "Amplification range",
|
||||||
outvar: "hvamp",
|
outvar: "hvamp",
|
||||||
variants: ["±25V", "±55V"],
|
variants: ["±50V", "±55V"],
|
||||||
fallback: 0
|
fallback: 0
|
||||||
}},
|
}},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue