Advertisement
GregroxMun

LSats

Sep 22nd, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. CubeSat:
  2.  
  3. MODULE
  4. {
  5. name = ModuleScienceExperiment
  6. experimentID = inspectCubeSat
  7. experimentActionName = Inspect CubeSat
  8. resetActionName = Delete Inspection Report
  9. useStaging = False
  10. useActionGroups = False
  11. hideUIwhenUnavailable = False
  12. xmitDataScalar = 0.1
  13. dataIsCollectable = False
  14. collectActionName = Take Inspection
  15. interactionRange = 1.5
  16. rerunnable = False
  17. usageReqMaskInternal = 1
  18. usageReqMaskExternal = 8
  19. }
  20. MODULE
  21. {
  22. name = ModuleScienceExperiment
  23. experimentID = cubeSatData
  24. experimentActionName = Download CubeSat Data
  25. resetActionName = Reset CubeSat Data Link
  26. useStaging = False
  27. useActionGroups = False
  28. hideUIwhenUnavailable = False
  29. xmitDataScalar = 0.9
  30. dataIsCollectable = True
  31. collectActionName = Take CubeSat Data
  32. interactionRange = 1.5
  33. rerunnable = False
  34. usageReqMaskInternal = 1
  35. usageReqMaskExternal = 8
  36. }
  37.  
  38. Ball Sat:
  39.  
  40. MODULE
  41. {
  42. name = ModuleScienceExperiment
  43. experimentID = inspectBallSat
  44. experimentActionName = Inspect BallSat
  45. resetActionName = Delete Inspection Report
  46. useStaging = False
  47. useActionGroups = False
  48. hideUIwhenUnavailable = False
  49. xmitDataScalar = 0.1
  50. dataIsCollectable = False
  51. collectActionName = Take Inspection
  52. interactionRange = 1.5
  53. rerunnable = False
  54. usageReqMaskInternal = 1
  55. usageReqMaskExternal = 8
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement