X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=libsigrok.h;h=e43338e52dc0561985e5fb3ccc6a93643c55d472;hb=471607f0244e93cd67097760431a0dd3d39152eb;hp=239820a1169fe09a5c44d484b584a09a010a698d;hpb=fa0d6afe19c3a545f3f940933ed079966525d142;p=libsigrok.git diff --git a/libsigrok.h b/libsigrok.h index 239820a1..e43338e5 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -683,6 +683,9 @@ enum { /** The device can demodulate signals. */ SR_CONF_DEMODULATOR, + /** Programmable power supply. */ + SR_CONF_POWER_SUPPLY, + /*--- Driver scan options -------------------------------------------*/ /** @@ -807,6 +810,30 @@ enum { /** The device supports setting the number of analog probes. */ SR_CONF_NUM_ANALOG_PROBES, + /** Output voltage. */ + SR_CONF_OUTPUT_VOLTAGE, + + /** Maximum output voltage. */ + SR_CONF_OUTPUT_VOLTAGE_MAX, + + /** Output current. */ + SR_CONF_OUTPUT_CURRENT, + + /** Maximum output current. */ + SR_CONF_OUTPUT_CURRENT_MAX, + + /** Enabling/disabling output. */ + SR_CONF_OUTPUT_ENABLED, + + /** Channel output configuration. */ + SR_CONF_OUTPUT_CHANNEL, + + /** Over-voltage protection (OVP) */ + SR_CONF_OVER_VOLTAGE_PROTECTION, + + /** Over-current protection (OCP) */ + SR_CONF_OVER_CURRENT_PROTECTION, + /*--- Special stuff -------------------------------------------------*/ /** Scan options supported by the driver. */