Configure a fake encoder
The fake
encoder is an encoder model for testing code without any hardware.
On the COMPONENTS subtab, navigate to the Create Component menu.
Enter a name for your encoder, select the type encoder
, and select the fake
model.

Fill in the attributes for your encoder:

{
"name": "<encoder_name>",
"type": "encoder",
"model" : "fake",
"attributes": {}
}