Command.name Property

The name property returns the name of this command.

Example

> command = simulator.findCommand("sim/transponder/transponder_ident")
Command{ name: "sim/transponder/transponder_ident" }
> command.name
"sim/transponder/transponder_ident"