From: Stefan BrĂ¼ns Date: Mon, 2 May 2016 22:14:37 +0000 (+0200) Subject: hameg-hmo: Add comment clarifying coupling options X-Git-Tag: libsigrok-0.5.0~391 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=b05ab7d272914436d97d91f179632c564ac3d86e;p=libsigrok.git hameg-hmo: Add comment clarifying coupling options 50 Ohm termination is only available on the higher end scopes. --- diff --git a/src/hardware/hameg-hmo/protocol.c b/src/hardware/hameg-hmo/protocol.c index 3c095e9c..1f5e5de7 100644 --- a/src/hardware/hameg-hmo/protocol.c +++ b/src/hardware/hameg-hmo/protocol.c @@ -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, };