We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a467a17 commit df6c55dCopy full SHA for df6c55d
src/hardware/tektronix-ocp2k5/api.c
@@ -873,6 +873,10 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi)
873
if (!devc->enabled_channels)
874
return SR_ERR;
875
876
+ // Set view to main, but don't check the status as TBS1000B doesn't
877
+ // support this command. This ensures the timebase is correct
878
+ tektronix_ocp2k5_config_set(sdi, "hor:view mai");
879
+
880
tektronix_ocp2k5_get_dev_cfg_horizontal(sdi);
881
882
if (sr_scpi_get_bool(scpi, "acq:state?", &devc->prior_state_running) != SR_OK)
0 commit comments