Tool_QuerySoundLevel ( table)

Returns the sound SL of naval units

Parameters

  • table { }
    • targetunitname stringThe guid/name of the unit that is sensing the target.
    • targetside string(Optional) name of unit side
    • frequency = Freq 'VLF','LF','MF','HF'
      (Optional) sound band of interest; LF is default

Returns

number Returns a numerical value representing the SL in the given band

Example
print(Tool_QuerySoundLevel({targetunitname="SSN 768 Hartford"}))

56.4