ctdclient.model.runseasave module

class ctdclient.model.runseasave.RunSeasave(config, hex_name, psa_output_name=None)[source]

Bases: object

Calls the seasave.exe with the specified command line arguments. In preparation for this, the Seasave.psa will be configured with the paths to XMLCON and hex file.

run(downcast=True, autostart=True)[source]

Executes the seasave.exe with given command line arguments.

Parameters:
  • downcast – (Default value = True)

  • autostart – (Default value = True)

set_seasave_command_line_parameters(downcast=True, autostart=False)[source]

Builds command line argument list for usage in the run method.

Parameters:
  • downcast

  • autostart

Return type:

list