Skip to content
Discussion options

You must be logged in to vote

The below mentioned code can be used for setting the measurement in DPO2KB model:
let me know you have any further queries.

from tm_devices import DeviceManager
from tm_devices.drivers import DPO2KB
from tm_devices.helpers import PYVISA_PY_BACKEND

with DeviceManager(verbose=True) as device_manager:
# Enable resetting the devices when connecting and closing
device_manager.setup_cleanup_enabled = False
device_manager.teardown_cleanup_enabled = False

# Use the PyVISA-py backend
device_manager.visa_library = PYVISA_PY_BACKEND

# Creating Scope driver object by providing ip address.
scope: DPO2KB = device_manager.add_scope("127.0.0.1")

# set the measurement type to AMPLitude for measurement 1…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@v12ganesh
Comment options

Answer selected by nfelt14
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