Add Kirdy to the shop
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
ff56f369af
commit
c5c723ae40
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 33 KiB |
|
@ -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.",
|
||||||
|
"RMS noise (10Hz-1MHz): <200nA , current noise density: <300pA/√Hz at 1kHz.",
|
||||||
|
"0 - 2.5mA photodiode current monitoring.",
|
||||||
|
"TEC Controller: ±1A max output, 4V compliance, ±1mK stability.",
|
||||||
|
"100Base-T Ethernet with PoE.",
|
||||||
|
"1270-1610nm DFB laser sold separately (from USD 200.00)."
|
||||||
|
],
|
||||||
|
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',
|
||||||
]}
|
]}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue