Skip to content

Commit

Permalink
scpi-pps: Fix rigol dp832 power config
Browse files Browse the repository at this point in the history
  • Loading branch information
MGWGIT authored and abraxa committed Aug 13, 2024
1 parent 988d438 commit 4881577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hardware/scpi-pps/profiles.c
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ static const struct channel_spec rigol_dp831_ch[] = {
static const struct channel_spec rigol_dp832_ch[] = {
{ "1", { 0, 30, 0.001, 3, 4 }, { 0, 3, 0.001, 3, 4 }, { 0, 90, 0, 3, 4 }, FREQ_DC_ONLY, NO_OVP_LIMITS, NO_OCP_LIMITS, NO_OCP_DELAY },
{ "2", { 0, 30, 0.001, 3, 4 }, { 0, 3, 0.001, 3, 4 }, { 0, 90, 0, 3, 4 }, FREQ_DC_ONLY, NO_OVP_LIMITS, NO_OCP_LIMITS, NO_OCP_DELAY },
{ "3", { 0, 5, 0.001, 3, 4 }, { 0, 3, 0.001, 3, 4 }, { 0, 90, 0, 3, 4 }, FREQ_DC_ONLY, NO_OVP_LIMITS, NO_OCP_LIMITS, NO_OCP_DELAY },
{ "3", { 0, 5, 0.001, 3, 4 }, { 0, 3, 0.001, 3, 4 }, { 0, 15, 0, 3, 4 }, FREQ_DC_ONLY, NO_OVP_LIMITS, NO_OCP_LIMITS, NO_OCP_DELAY },
};

static const struct channel_group_spec rigol_dp820_cg[] = {
Expand Down

0 comments on commit 4881577

Please sign in to comment.