Assign
To enter the Assign keyword in the command line, use one of the options:
- Press Assign
- Type Assign
- Type the shortcut As
Description
Section titled “Description”The Assign keyword is a function which is used to assign objects to other objects.
To unassign objects in other objects, use the Assign Off command.
To set parameters for objects, use the Set keyword.
For more information see:
Syntax
Section titled “Syntax”Assign [Object] [“Object_Name” or Object_Number] At [Object] [“Object_Name” or Object_Number]
Assign Off [Object] [“Object_Name” or Object_Number] At [Object] [“Object_Name” or Object_Number]
Option Keywords
Section titled “Option Keywords”The Assign keyword uses the following option keywords:
Examples
Section titled “Examples”- To assign macro 2 to executor page 1 executor 402, type:
| User name[Fixture]>Assign Macro 2 At Page 1.402 |
- To assign view 2 to display 2 and view button 3, type:
| User name[Fixture]>Assign View 2 At ViewButton 2.3 |
- To assign appearance 3 to group 5, type:
| User name[Fixture]>Assign Appearance 3 At Group 5 |
- To assign appearance 1 to the sequences 2, 3 and 4, type:
| User name[Fixture]>Assign Appearance 1 At Sequence 2 + 3 + 4 |