Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
DOC: Add trigger_in_line default
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Apr 15, 2016
1 parent 3db3bb6 commit e49da9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pphelper/hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,10 +611,11 @@ def __init__(self, pulse_duration=0.1, pause_duration=0.2,
The port on which to listen for responses from the gustometer
control computer.
Defaults to ``40176``.
ni_trigger_in_line : string
ni_trigger_in_line : string, optional
The counter input line on the NI board which shall be used to
receive the trigger pulse emitted by the gustometer as soon
presentation of the requested stimulus has actually started.
Defaults to ``Dev1/ctr0``.
ni_trigger_in_task_name : string, optional
The name to assign to the trigger input task.
Defaults to ``GustometerIn``.
Expand Down

0 comments on commit e49da9c

Please sign in to comment.