IALABS scripting module edit metadata engUnit,engLow,engHigh

Using the IA Labs scripting module, what should the syntax be to edit and override UDT instance metadata of engUnit, engLow, engHigh? The documentation doesn’t have a clear example of this type of edit.

From the documentation:
Example 4: Edit UDT instance and override multiple parameters
system.tag.editTag(tagPath=“Tag8”, overrides={“STATUS”:{“ScanClass”:“Default”, “Enabled”:“false”}})

Travis enlightened me with the following:

system.tag.editTag(tagPath="Motor 1", overrides={"Amps":{"EngUnit":"test", "EngLow":13, "EngHigh":94}})