Skip to content

Commit 821266e

Browse files
Electro707gsigh
authored andcommitted
scpi: add Siglent to the vendor alias list
1 parent 0dea024 commit 821266e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scpi/scpi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ static const char *scpi_vendors[][2] = {
3838
{ "Keysight Technologies", "Keysight" },
3939
{ "PHILIPS", "Philips" },
4040
{ "RIGOL TECHNOLOGIES", "Rigol" },
41+
{ "Siglent Technologies", "Siglent" },
4142
};
4243

4344
/**

0 commit comments

Comments
 (0)