hameg-hmo: support triggering on either falling or rising edge

At least the HMO 1002 allows triggering on rising or falling edge, the
corresponding SCPI value is "EITH"

See also bug #740
This commit is contained in:
Stefan Brüns 2016-04-15 22:45:22 +02:00 committed by Uwe Hermann
parent e3abd15d08
commit 356f64f8c7
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ static const char *hmo_coupling_options[] = {
static const char *scope_trigger_slopes[] = {
"POS",
"NEG",
"EITH",
NULL,
};