Sha256: 57faeb3aa912dda27a247545b0d67e5d6955e74b59089fd43c75482077e0a04f

Contents?: true

Size: 358 Bytes

Versions: 13

Compression:

Stored size: 358 Bytes

Contents

# This class can be used in your scripts like so:
#   load_utility '<%= target_class.upcase %>/lib/<%= target_lib_filename %>'
#   <%= target_object %> = <%= target_class %>()
#   <%= target_object %>.utility()
# For more information see the OpenC3 scripting guide

from openc3.script import *

class <%= target_class %>:
    def utility(self):
        pass

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
openc3-6.2.1 templates/target/targets/TARGET/lib/target.py
openc3-6.2.0 templates/target/targets/TARGET/lib/target.py
openc3-6.1.0 templates/target/targets/TARGET/lib/target.py
openc3-6.0.2 templates/target/targets/TARGET/lib/target.py
openc3-6.0.1 templates/target/targets/TARGET/lib/target.py
openc3-6.0.0 templates/target/targets/TARGET/lib/target.py
openc3-5.20.0 templates/target/targets/TARGET/lib/target.py
openc3-5.19.0 templates/target/targets/TARGET/lib/target.py
openc3-5.18.0 templates/target/targets/TARGET/lib/target.py
openc3-5.17.1 templates/target/targets/TARGET/lib/target.py
openc3-5.17.0 templates/target/targets/TARGET/lib/target.py
openc3-5.16.0 templates/target/targets/TARGET/lib/target.py
openc3-5.15.2 templates/target/targets/TARGET/lib/target.py