Retrieves the controller name for the current simulation. The controller name is the name of the controller computer from which all agents were started.
Kernel.bdh
GetController(): string;
The name of the controller.
dcltrans transaction TGetController var sController: string; beginsController := GetController();write("controller = "); write(sController); writeln; end TGetController;
controller = BEATLE