Translations:Translation Sandbox/11/en: Difference between revisions

From SPEDAS Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 07:24, 29 December 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Translation Sandbox)
<syntaxhighlight lang="python">
def do_stuff():
   from pyspedas import themis
   from pytplot import tplot
   themis.state(trange=['2007-03-23','2007-03-24'], probe='a', get_support_data=True)
   tplot(['tha_state_pos','tha_state_vel'])
</syntaxhighlight>

<syntaxhighlight lang="python"> def do_stuff():

  from pyspedas import themis
  from pytplot import tplot
  themis.state(trange=['2007-03-23','2007-03-24'], probe='a', get_support_data=True)
  tplot(['tha_state_pos','tha_state_vel'])

</syntaxhighlight>