This article applies to:
E-Prime 3.0
E-Prime 2.0
This item was introduced in E-Prime 2.0 (2.0.10.242).
Detail
The Procedure.ProcessLastObjectPendingInputMasks property has been replaced with Procedure.ProcessPendingInputMasks. ProcessPendingInputMasks accepts values of 'All', 'Last', or 'None'. The default for new experiments is 'All'.
- All: looping script is generated similar to the old ProcessLastObjectPendingInputMasks, but incorporates every runnable input object on the Procedure instead of only the last one.
- Last: looping script is generated for the last object on the Procedure if it is a runnable input object; this option is equivalent to having ProcessLastObjectPendingInputMasks set to 'True'.
- None: no looping script is generated at the end of the Procedure; this option is equivalent to having ProcessLastObjectPendingInputMasks set to 'False'.
NOTE: ProcessPendingInputMasks generates different script for the root object (SessionProc or its equivalent) than for procedures at other levels. When SessionProc.ProcessPendingInputMasks is set to 'All' or 'Last', no script is generated to process pending input masks. The script generated loops until an input mask terminates the object, conditional exit is invoked, or the next target onset time is reached.
For further information on scripting using E-Basic, please refer to the E-Prime Command Reference (https://pstnet.com/ecr).
Comments
0 comments
Please sign in to leave a comment.