Scope: | Sequence |
Parameters: |
The injector position |
Description: |
Returns the list of all injections of current sequence acquired with a specified injector position. Injector position can be : InjectorPosition.Undefined, InjectorPosition.Front or InjectorPosition.Back. |
Syntax: |
AllInjectionsOfPosition(InjectorPosition) as a list |
Example: |
Count(CurrentSequence.AllInjectionsOfPosition(InjectorPosition.Front)) returns the number of injections acquired with Front injector within the current sequence. |
Returned scope: | List of injections |