Skip to content
Snippets Groups Projects
Unverified Commit 72d77d16 authored by Stephan Philips's avatar Stephan Philips Committed by GitHub
Browse files

Update Readme.md

parent 6553b96f
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,13 @@ Virtual gates are also supported. This can simply be done by definig: ...@@ -64,6 +64,13 @@ Virtual gates are also supported. This can simply be done by definig:
The virtual gates are simply acceible by calling seg.virtualchannelname The virtual gates are simply acceible by calling seg.virtualchannelname
Note that thresolds are chosen automatically. Memory menagment is also taken care of for you :) Note that thresolds are chosen automatically. Memory menagment is also taken care of for you :)
There is also a virtual gate the can be defined for IQ channnels. This takes automatically care of IQ math for you (makes it super easy to work on IF.
```python
awg_IQ_channels = {'vIQ_channels' : ['IQ1','IQ2']
'rIQ_channels' [['P1','P2']['P3','P4']],
'LO_freq' :[qcodes_param/float]
}
```
Some examples of commonly made pulses: Some examples of commonly made pulses:
* 1D scan * 1D scan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment