Create Enum

For an Overview of Enums, click here.

To practice using Enums, in Motive Academy there is a course creating Hints for the learner.

 

  1. Click on the Enum Editor in the shortcut menu on the right side of the screen:

  1. Under Space Enums, click into the field New Enum Name and give your Enum a title, then hit enter. In this example, I’ve named the enum “Server Rack Position”:

  1. To create the items in the list, ensure the arrow next to the new name is pointed downwards and then give the first item a name in the New Enum Item Name field:

In this example I’ve named it “In” and then hit enter when you are done typing. Do the same for any additional items.

Now you have an Enum you can use in a Variable:

Related Articles

Create a Variable using Enums

Use an Enum to Track a State in a Behaviour Model