Add Kirdy to the shop #145

Merged
sb10q merged 1 commits from esavkin/web2019:121-kirdy-shop into master 2024-08-03 11:19:03 +08:00
2 changed files with 34 additions and 0 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -1348,6 +1348,36 @@ const shop_data = {
hp: 4, hp: 4,
}, },
}, },
'kirdy': {
id: 'kirdy',
name: 'Laser diode driver',
name_number: '1550',
name_codename: 'Kirdy',
price: 1700,
image: '/images/shop/graphic-03_Kirdy.svg',
specs: [
"Low noise precision laser diode driver: 300mA max output current with 20 bit resolution, 4V compliance voltage.",
"High Frequency Bias-T modulation input.",
"Low Frequency modulation input (±1V max) with DC to 18MHz 3dB bandwidth and selectable modulation coefficient 0.25, 2.5 or 25mA/V.",
Outdated
Review

This goes above 10MHz no?

This goes above 10MHz no?

What's the correct phrase?

What's the correct phrase?
Outdated
Review

18MHz 3dB bandwidth

18MHz 3dB bandwidth
"RMS noise (10Hz-1MHz): <200nA , current noise density: <300pA/√Hz at 1kHz.",
"0 - 2.5mA photodiode current monitoring.",
Outdated
Review

<200nA RMS 10Hz-1MHz, <300pA/rt(Hz) density

<200nA RMS 10Hz-1MHz, <300pA/rt(Hz) density
"TEC Controller: ±1A max output, 4V compliance, ±1mK stability.",
"100Base-T Ethernet with PoE.",
"1270-1610nm DFB laser sold separately (from USD 200.00)."
],
Outdated
Review

Remove that laser price, it depends on a lot of factors.

Remove that laser price, it depends on a lot of factors.
Outdated
Review

Also Kirdy can be used with other diode lasers.

Also Kirdy can be used with other diode lasers.
Outdated
Review

Or say "from" 200 USD

Or say "from" 200 USD
options: [
{type: "Line", args: {title: "IP", outvar: "ip",
validator: {name: "ipv4"},
fallback: "192.168.1.128/24",
tip: "Set up IP address used by the device."}},
],
size: 'big',
type: null,
warnings: [],
consumes: {
hp: 8,
},
},
}, },
columns: { columns: {
@ -1403,6 +1433,7 @@ const shop_data = {
itemIds: [ itemIds: [
'koster', 'koster',
'eem_pwr_mod', 'eem_pwr_mod',
'kirdy',
]} ]}
], ],
}, },