From 74b1db7030ae538c177a1db205849d2e30dc0b8b Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sun, 22 May 2022 15:29:34 +0200 Subject: Initial commit, added documentation and basic python boilerplate for JDS6600 --- sds1104x-e/commands | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sds1104x-e/commands (limited to 'sds1104x-e/commands') diff --git a/sds1104x-e/commands b/sds1104x-e/commands new file mode 100644 index 0000000..62e1af2 --- /dev/null +++ b/sds1104x-e/commands @@ -0,0 +1,15 @@ +CYMT? +- returns frequency counter of specific source + +PACU +- enables measurement for a specific source +- PACU AMPL,C1: enables amplitude measurement on C1 + +PAVA? +- queries for measurement on a channel +- C1:PAVA? AMPL: returns amplitude measurement on C1 +- measurement does not need to be enabled (e.g. with PACU) for this to work + +- can also request measurements enabled by PACU with special usage + + -- cgit v1.2.3