Skip to content

Commit

Permalink
examples/sim/al_spectroscopy: replace FreeValue
Browse files Browse the repository at this point in the history
sbourdeauducq committed Dec 27, 2015
1 parent bea1182 commit e4791ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sim/al_spectroscopy.py
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@ def build(self):
self.setattr_device("state_detection")
self.setattr_device("pmt")
self.setattr_dataset("spectroscopy_freq", 432*MHz)
self.setattr_argument("photon_limit_low", FreeValue(10))
self.setattr_argument("photon_limit_high", FreeValue(15))
self.setattr_argument("photon_limit_low", NumberValue(10))
self.setattr_argument("photon_limit_high", NumberValue(15))

@kernel
def run(self):

0 comments on commit e4791ad

Please sign in to comment.