Skip to content

Commit

Permalink
artiq/coredevice/dds: fix dds_set signature
Browse files Browse the repository at this point in the history
sbourdeauducq committed Dec 23, 2015
1 parent e4233d7 commit e4d73c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/coredevice/dds.py
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ def dds_batch_exit() -> TNone:

@syscall
def dds_set(time_mu: TInt64, channel: TInt32, ftw: TInt32,
pow: TInt32, phase_mode: TInt32) -> TNone:
pow: TInt32, phase_mode: TInt32, amplitude: TInt32) -> TNone:
raise NotImplementedError("syscall not simulated")


0 comments on commit e4d73c0

Please sign in to comment.