Skip to contents

This function updates the noise level for a specified antenna within a SeaSondeRCS object. It retrieves the current "NoiseLevel" attribute (or initializes it with the default if missing), updates the noise level for the given antenna, and stores it back in the object.

Usage

seasonder_setSeaSondeRCS_NoiseLevel(
  seasonder_cs_object,
  NoiseLevel,
  antenna = 3
)

Arguments

seasonder_cs_object

A SeaSondeRCS object.

NoiseLevel

A numeric value representing the new noise level to be set.

antenna

An integer specifying the antenna for which the noise level is updated. Default is 3.

Value

The updated SeaSondeRCS object with the modified "NoiseLevel" attribute.