hameg-hmo: Add comment clarifying coupling options

50 Ohm termination is only available on the higher end scopes.
This commit is contained in:
Stefan Brüns 2016-05-03 00:14:37 +02:00 committed by Uwe Hermann
parent 401b83a154
commit b05ab7d272
1 changed files with 4 additions and 4 deletions

View File

@ -68,10 +68,10 @@ static const uint32_t hmo_analog_devopts[] = {
};
static const char *hmo_coupling_options[] = {
"AC",
"ACL",
"DC",
"DCL",
"AC", // AC with 50 Ohm termination (152x, 202x, 30xx, 1202)
"ACL", // AC with 1 MOhm termination
"DC", // DC with 50 Ohm termination
"DCL", // DC with 1 MOhm termination
"GND",
NULL,
};