WARPXM v1.10.0
|
Writes out variables for single node at each time point into single file. More...
Writes out variables for single node at each time point into single file.
Public Member Functions | |
def | __init__ (self, name, ReadVars, Location, OutputFilename=None, WriteAllCalls=None, BasisArraySet=None, stage=0) |
Public Member Functions inherited from warpy.host_actions.host_action.host_action | |
def | __init__ (self, name, req_attrs, opt_attrs=None, variables=None) |
def | variables (self) |
Public Attributes | |
stage | |
Public Attributes inherited from warpy.host_actions.host_action.host_action | |
vars_ | |
def warpy.host_actions.probe.probe.__init__ | ( | self, | |
name, | |||
ReadVars, | |||
Location, | |||
OutputFilename = None , |
|||
WriteAllCalls = None , |
|||
BasisArraySet = None , |
|||
stage = 0 |
|||
) |
name | |
ReadVars | list of variables to write |
WriteAllCalls | |
stage | What stage of a given variable to write |
Reimplemented from warpy.host_actions.host_action.host_action.
warpy.host_actions.probe.probe.stage |