Resolved! XMC Python System Variables and api commands
Hi, I am starting to create our own scripts/macros for certain tasks in Python and been looking at some of the built in one, so a simple one is disable a port: from device import apiprint "selected ports = " + emc_vars["port"]api.perform_port_operati...