-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rohde Schwarz ZNB /VNA refactor common code #887
Merged
jenshnielsen
merged 31 commits into
microsoft:master
from
Dominik-Vogel:driver/ZnbRefactorSweep
Feb 7, 2018
Merged
Changes from 6 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
283540c
added try/finally for data aquisition
Dominik-Vogel b956c18
extracted into method of channel
Dominik-Vogel 043ad25
implementing FrequencySweepMagPhase through refactored method in channel
Dominik-Vogel c499932
fixed typo: argument list
Dominik-Vogel 2fb0c96
added CHANNEL_CLASS class variable for inheritance
Dominik-Vogel 92e0153
activate the sweep for selected channel and restore previous state
Dominik-Vogel 2f8b998
renamig get->get_raw
Dominik-Vogel 3dd4d22
refactored update of traces out
Dominik-Vogel b940ae0
T2 vna fixes
nataliejpg 254223c
fix of iteration over parameters
Dominik-Vogel a874c04
thorvalds fix for averaging data
Dominik-Vogel ec82000
fix validator for minimum source power to -60dBm
Dominik-Vogel 09bb252
default to 7 decimals
Dominik-Vogel 3fc12c3
dual window mode
Dominik-Vogel 3e26d60
Thorvald: removed blank line from setpoints
Dominik-Vogel 11201e9
remove blank line from setpoint names
Dominik-Vogel 9e556f6
Thorvald: fixing the channel initialisation
Dominik-Vogel 9e4e38d
remove initialise and default values
Dominik-Vogel eff2dd8
setting validator for minimum source power to model specific value
Dominik-Vogel 7363f24
get parser for source power to float
Dominik-Vogel 6aab338
added channels as submodules
Dominik-Vogel d30802e
_instrument->_parent
Dominik-Vogel fac84d0
using setattr for shortcut instead of add_submodule
Dominik-Vogel 474d84a
Merge branch 'master' into driver/ZnbRefactorSweep
jenshnielsen 90effe5
added validator for Bandwidth
Dominik-Vogel 33e7b8a
Merge branch 'driver/ZnbRefactorSweep' of github.com:Dominik-Vogel/Qc…
Dominik-Vogel 2fce66d
added optional van parameter
Dominik-Vogel 5c881c0
added short name to differentiate between vna_parameter and name of c…
Dominik-Vogel 5ed254a
updated warning
Dominik-Vogel c98baca
updated comment for InstrumentChannel init
Dominik-Vogel e9a5d95
Merge branch 'master' into driver/ZnbRefactorSweep
jenshnielsen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a mistake by me. Should be
'{}_frequency'
with the '_'.