You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import nifgen
import time
with nifgen.Session("",options = { 'simulate': True }) as session:
session.channel_delay = 0.1
session.output_mode = nifgen.OutputMode.FUNC
session.configure_standard_waveform(waveform=nifgen.Waveform.SINE, amplitude=1.0, frequency=10000000, dc_offset=0.0, start_phase=0.0)
with session.initiate():
time.sleep(5)
The error message is
raise DriverError(code, description)nifgen.errors.DriverError: -1074116037: Specified property is not supported by the device or is not applicable to the task.
Property: Channel Delay
Channel Name: 0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
when I used the following code, I got
The error message is
Beta Was this translation helpful? Give feedback.
All reactions