Skip to content

Commit

Permalink
fix: Fix example to use proper SCPI syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Oct 29, 2024
1 parent 5bbdd0c commit 079bc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/miscellaneous/adding_devices_with_env_var.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
with DeviceManager(verbose=True) as dm:
# Scope
scope: MSO2 = dm.get_scope(1)
print(scope.query("IDN?"))
print(scope.query("*IDN?"))

# Set horizontal scale and verify success
scope.set_and_check(":HORIZONTAL:SCALE", 400e-9)
Expand Down

0 comments on commit 079bc45

Please sign in to comment.