PainterQubits / InstrumentControl.jl

Instrument control in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integer typos

ajkeller34 opened this issue · comments

function queue_sequence(ins::InsAWGM320XA ,ch::Interger, wavsForQueue::Vector{Waveform},

Here and elsewhere, Interger should be Integer. Suggest doing find and replace in all files.

Closed in commit f13df27

Thanks for taking care of this Andrew. I have merged the InstrumentControl master with my local branch; the next time I push to git I will have the (among other things) the Array{Real} issue you mentioned to me fixed as well