Method: OpenC3::Target#ignored_parameters

Defined in:
lib/openc3/system/target.rb

#ignored_parametersArray<String> (readonly)

Returns List of parameters that should be ignored. Tools which access this target should not display or manipulate these parameters.

Returns:

  • (Array<String>)

    List of parameters that should be ignored. Tools which access this target should not display or manipulate these parameters.



42
43
44
# File 'lib/openc3/system/target.rb', line 42

def ignored_parameters
  @ignored_parameters
end