-
Notifications
You must be signed in to change notification settings - Fork 346
Open
Labels
Description
Channels need "nicer" syntax and behaviour:
Syntax:
instruments.channel_list[0].volt
voltages = [0,1,2,1,0]
instrument.channel_list.volt(voltages)@qdev-dk/qcodes anybody explain and/or expand the following syntax? Copied from #265.
instruments.channel_list[0].set_async(0) # setting channel 0 async, or not async ?
instruments.channel_list[1].set_async(1) # setting channel 1 async, or not async ?
# how to set all of them ?
instruments.channel_list.do_things()Reactions are currently unavailable