scpi: add Keysight vendor alias
This commit is contained in:
parent
0617bb5a4e
commit
49b6732ec5
|
@ -33,6 +33,7 @@
|
||||||
static const char *scpi_vendors[][2] = {
|
static const char *scpi_vendors[][2] = {
|
||||||
{ "HEWLETT-PACKARD", "HP" },
|
{ "HEWLETT-PACKARD", "HP" },
|
||||||
{ "Agilent Technologies", "Agilent" },
|
{ "Agilent Technologies", "Agilent" },
|
||||||
|
{ "Keysight Technologies", "Keysight" },
|
||||||
{ "RIGOL TECHNOLOGIES", "Rigol" },
|
{ "RIGOL TECHNOLOGIES", "Rigol" },
|
||||||
{ "PHILIPS", "Philips" },
|
{ "PHILIPS", "Philips" },
|
||||||
{ "CHROMA", "Chroma" },
|
{ "CHROMA", "Chroma" },
|
||||||
|
|
Loading…
Reference in New Issue