Skip to content
Discussion options

You must be logged in to vote

Hi @HippeLv,

This question slipped through the cracks. Hopefully you were able to resolve this, but if not:

The command group for cursors is not very intuitive. Since our drivers mirror the SCPI underneath it is similarly not intuitive. The general structure is:
scope.commands.display.waveview1.cursor.cursor1.state.write('1')

Cursors are a element of the view they reside within, so if you have waveform views (waveview) and spectrum views you would have to go through each of them access the specific cursors.

There are some limitations of automatic control with these types of commands, so directly writing the SCPI as you do in your initial comment might be necessary if you are getting advan…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by amccann-Tek
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants