hameg-hmo: Add comment clarifying coupling options
50 Ohm termination is only available on the higher end scopes.
This commit is contained in:
parent
401b83a154
commit
b05ab7d272
|
@ -68,10 +68,10 @@ static const uint32_t hmo_analog_devopts[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *hmo_coupling_options[] = {
|
static const char *hmo_coupling_options[] = {
|
||||||
"AC",
|
"AC", // AC with 50 Ohm termination (152x, 202x, 30xx, 1202)
|
||||||
"ACL",
|
"ACL", // AC with 1 MOhm termination
|
||||||
"DC",
|
"DC", // DC with 50 Ohm termination
|
||||||
"DCL",
|
"DCL", // DC with 1 MOhm termination
|
||||||
"GND",
|
"GND",
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue