]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/scpi-pps/protocol.h
scpi-pps: Add listable OVP/OCP threshold for HP 66xxx and prepared all other
[libsigrok.git] / src / hardware / scpi-pps / protocol.h
index aee7fcc51b6bb7f6ba6558e09b4be415cecc6491..b4336593cf3643d8d80944d738e5eac5b2bf4ef7 100644 (file)
@@ -2,6 +2,7 @@
  * This file is part of the libsigrok project.
  *
  * Copyright (C) 2014 Bert Vermeulen <bert@biot.com>
+ * Copyright (C) 2017 Frank Stettner <frank-stettner@gmx.net>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -105,6 +106,8 @@ struct channel_spec {
        double current[5];
        double power[5];
        double frequency[5];
+       double ovp[5];
+       double ocp[5];
 };
 
 struct channel_group_spec {