Return to home pageGo to previous document on same levelGo to next document on same levelMove up one levelGo to sitemapmailto:dpwolfer@swissonline.ch

BlockAdd statement

 BlockAdd
   Range=trial_range
   Name=variable_name_suffix
   [Begin=begin_time]
   [End=end_time]
   [WinRange=trial_range]

Type conventions and statement syntax are explained in the Glossary.

Adds one trial range to the definition of a block of trial ranges which can later be used to build blocks of case variables. Optionally, time window parameters can be defined for all or part of the trials in the range: they will be forwarded to any Window statement appearing between BlockBegin and BlockEnd statements.

Parameters...

Range
Range parameter indicating the trials to be included in the range. There is no default, you must specify a range.

Name
Name parameter indicating the suffix to be appended to the variable names in the block in order to distinguish variables that apply to different trial ranges. There is no default, you must specify a suffix.

Begin
Number parameter indicating the begin of the time window. If Begin < End, Begin is interpreted as offset from the beginning of the trial. If Begin > End, Begin is interpreted as offset from the end of the trial. If no value is specified for this parameter, Wintrack will use the time window setting of the Analyze Case command to supplement a default value each time the custom variable definition file is processed.

End
Number parameter indicating the end of the time window. If Begin < End, End is interpreted as offset from the beginning of the trial. If Begin > End, End is interpreted as offset from the end of the trial. If no value is specified for this parameter, Wintrack will use the time window setting of the Analyze Case command to supplement a default value each time the custom variable definition file is processed.

WinRange
Range parameter indicating the range of trials to which the window defined by the Begin and End parameters is to be applied. The window is applied to the entire range specified in the Range parameter if nothing is specified here.

Note that...

Each definition of a block of trial ranges must be initiated by a BlockDef statement.

Additional information...


Go to previous document on same levelGo to next document on same levelMove up one levelGo to sitemap