Jump to content
  • 0

Changing Scope Time Average setting through script


david2

Question

Hey Digilent,

I'm working through some automated measurements using the Analog Discovery 2 AWG and Scope channels, and would like to change the scope's averaging setting on the fly. I can change most of the settings using the following code: 

    // Setup scope
    Scope1.Time.Position.value = 0;
    Scope1.Time.Base.text = "5 us/div";
    Scope1.Time.Rate.text = "100 MHz";
    Scope1.Time.Samples.text = "Default";

But can't seem to find the average setting. Is there a way to change this? Or is this fixed based on the setting in GUI? 

Thanks in advance!

- David

 

Untitled.png

Edited by david2
Typo
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...