sim.setStringSignal

Sets the value of a string signal. A signal created in a child script, a customization script or in the main script is automatically cleared when the script ends

Synopsis

sim.setStringSignal(string signalName, string/bytes signalValue) sim.setStringSignal(string signalName, buffer signalValue)

Arguments

  • signalName: name of the signal
  • signalValue: value of the signal (which may contain any value, including embedded zeros)


See also: