Can commands be combined for the 3000 series scopes as in the following 6000 series explanation?
To execute more than one function within the same subsystem, separate the functions with a semicolon (;):
:<subsystem>:<function><separator><data>;<function><separator><data><terminator>
For example:
myScope.WriteString ":TIMebase:RANGe 0.5;POSition 0"
To execute more than one function within the same subsystem, separate the functions with a semicolon (;):
:<subsystem>:<function><separator><data>;<function><separator><data><terminator>
For example:
myScope.WriteString ":TIMebase:RANGe 0.5;POSition 0"