-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Is there a nice way to use instruments in instruments?
For example in an oscilloscope there could be a function generator build in. It would be nice if we can program all the functions of this function generator in a separate file and class. This could than look like this:
with DSOX3000('USB0::0x0957::0x17A6::MY1234567::INSTR') as scope:
scope.funcgen.function = "SINE"
scope.funcgen.offset = 1.34 * V
scope.funcgen.frequency = 23.45e+6 * Hz
Would this be possible and how should we write the funcgen class within the scope class?
Metadata
Metadata
Assignees
Labels
No labels