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