We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c55850 commit 4000f06Copy full SHA for 4000f06
qupulse/program/linspace.py
@@ -895,7 +895,7 @@ def __hash__(self):
895
return hash((self.channel,self.value,self.key))
896
897
def __str__(self):
898
- return "Increment("+",".join([f"{k}="+v.__str__() for k,v in vars(self).items()])+")"
+ return "Set("+",".join([f"{k}="+v.__str__() for k,v in vars(self).items()])+")"
899
900
@dataclass
901
class Wait:
0 commit comments