Delay Property Issue in TimeCounter and TTLOutput 2 February 23, 2025 11:59PM | Registered: 2 years ago Posts: 11 |
ttl1 = TTLOutput(wth2);
ttl1.Port = 1; % TTL #1 must be assigned in the I/O menu
ttl1.Delay = delay_microstim1;
tc1 = TimeCounter(ttl1);
tc1.Duration = 50; % I changed this from 100 to 50 to match the microstim duration
%tc1.Delay = delay_microstim1;
sceneStim1 = create_scene(ttl1, [fixation_point sample]);
Re: Delay Property Issue in TimeCounter and TTLOutput 2 February 24, 2025 08:06PM | Admin Registered: 6 years ago Posts: 988 |
Re: Delay Property Issue in TimeCounter and TTLOutput 2 February 24, 2025 09:00PM | Registered: 2 years ago Posts: 11 |
ttl1 = TTLOutput(wth2); ttl1.Port = 1; % TTL #1 must be assigned in the I/O menu ttl1.Delay = 50; sceneStim1 = create_scene(ttl1, [fixation_point sample]);
ttl2 = TTLOutput(wth2); ttl2.Port = [1 3]; % TTL #1 must be assigned in the I/O menu ttl2.Duration = [100 100] ttl2.Delay = [50 1]; sceneStim2 = create_scene(ttl2, [fixation_point sample]);
Re: Delay Property Issue in TimeCounter and TTLOutput 2 February 24, 2025 11:14PM | Admin Registered: 6 years ago Posts: 988 |
The National Institute of Mental Health (NIMH) is part of the National Institutes of Health (NIH), a component of the U.S. Department of Health and Human Services.