Method: OpenC3::InterfaceTopic.stop_raw_logging
- Defined in:
- lib/openc3/topics/interface_topic.rb
.stop_raw_logging(interface_name, scope:) ⇒ Object
63 64 65 |
# File 'lib/openc3/topics/interface_topic.rb', line 63 def self.stop_raw_logging(interface_name, scope:) Topic.write_topic("{#{scope}__CMD}INTERFACE__#{interface_name}", { 'log_raw' => 'false' }, '*', 100) end |