/** The number of digits (e.g. for a DMM). */
SR_CONF_DIGITS,
+ /** Phase of a source signal. */
+ SR_CONF_PHASE,
+
+ /** Duty cycle of a source signal. */
+ SR_CONF_DUTY_CYCLE,
+
/* Update sr_key_info_config[] (hwdriver.c) upon changes! */
/*--- Special stuff -------------------------------------------------*/
"Range", NULL},
{SR_CONF_DIGITS, SR_T_STRING, "digits",
"Digits", NULL},
+ {SR_CONF_PHASE, SR_T_FLOAT, "phase",
+ "Phase", NULL},
+ {SR_CONF_DUTY_CYCLE, SR_T_FLOAT, "output_duty_cycle",
+ "Duty Cycle", NULL},
/* Special stuff */
{SR_CONF_SESSIONFILE, SR_T_STRING, "sessionfile",