]> sigrok.org Git - libsigrok.git/commitdiff
scpi: add Siglent to the vendor alias list
authorElectro707 <redacted>
Tue, 23 Mar 2021 21:12:02 +0000 (17:12 -0400)
committerGerhard Sittig <redacted>
Tue, 28 Feb 2023 19:37:48 +0000 (20:37 +0100)
src/scpi/scpi.c

index be829af4b0c24930fd2733dfa915bde1584c6411..8d24ceea97e29c88de244fae03600a8cf52b6507 100644 (file)
@@ -38,6 +38,7 @@ static const char *scpi_vendors[][2] = {
        { "Keysight Technologies", "Keysight" },
        { "PHILIPS", "Philips" },
        { "RIGOL TECHNOLOGIES", "Rigol" },
+       { "Siglent Technologies", "Siglent" },
 };
 
 /**