From 5e5d1b450bd584c84b85b8c204a09fa899416ec3 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Tue, 2 Apr 2013 15:07:27 -0400 Subject: implemented basic attenuator range function (but not in cal funcs) --- globals.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 52cf1fc..cfc17b5 100644 --- a/globals.h +++ b/globals.h @@ -702,6 +702,10 @@ typedef struct { float attenuators[max_channels][max_attens]; // addr 10070 // smallest attenuators first + // value = magnitude of attenuation. + // for example, for 20 dB, use 10.0 + // for 15 dB, use 5.62 + // for 10 dB, use 3.16 char spare_end; -- cgit