]> sigrok.org Git - libsigrok.git/commitdiff
hameg-hmo: support triggering on either falling or rising edge
authorStefan Brüns <redacted>
Fri, 15 Apr 2016 20:45:22 +0000 (22:45 +0200)
committerUwe Hermann <redacted>
Sun, 17 Apr 2016 12:50:42 +0000 (14:50 +0200)
At least the HMO 1002 allows triggering on rising or falling edge, the
corresponding SCPI value is "EITH"

See also bug #740

src/hardware/hameg-hmo/protocol.c

index 159fe21adaf58f84c2b388f5cdc4a9614596e33b..9d32dc67edfe3656cd4a921462e295f4ab396cbe 100644 (file)
@@ -78,6 +78,7 @@ static const char *hmo_coupling_options[] = {
 static const char *scope_trigger_slopes[] = {
        "POS",
        "NEG",
+       "EITH",
        NULL,
 };