Peng CHEN

Results 3 comments of Peng CHEN

> Replying to https://github.com/ValveSoftware/steamvr_unity_plugin/issues/724#issuecomment-889783171 @Punchey Wonder if you get an error like `"[XR] [OpenVR] [Error] Unsupported application type: 0 The referenced script on this Behaviour (Game Object 'EventSystem') is missing!"`...

Hi, @roflmaostc I wonder why you are setting the pictureTime? This should be the framerate of the DMD but you're using the hardware trigger. `fraction = 0.95 dmd.SetTiming(pictureTime = round(0.05*1_000_000...

Hi, Follow up this question, when I apply the code `task.triggers.start_trigger.retriggerable = True` for synchronization task from [examples/analog_in/cont_voltage_acq_int_clk_dig_start_retrig.py](https://github.com/ni/nidaqmx-python/blob/master/examples/analog_in/cont_voltage_acq_int_clk_dig_start_retrig.py), it always returns error: > nidaqmx.errors.DaqError: Specified property is not supported by...