Implemented measurement of leakage currents

This commit is contained in:
2016-12-01 16:16:37 +01:00
parent dfe33dc32d
commit bcc7e30369
2 changed files with 103 additions and 18 deletions
+1 -1
View File
@@ -641,7 +641,7 @@ public:
int GetTriggerDelay() { return fTriggerDelay; }
double GetTriggerDelayNs() { return fTriggerDelayNs; }
int SetSyncDelay(int ticks);
int SetReadoutDelay(int ticks);
int SetReadoutDelay(float milliseconds);
int SetTriggerLevel(double value);
int SetIndividualTriggerLevel(int channel, double voltage);
int SetTriggerPolarity(bool negative);