Ejemplo n.º 1
0
 def exportMultiCaseSnapshots(self, gridListFile):
     """Export snapshots for a set of cases
     
     Arguments:
         gridListFile (str): Path to a file containing a list of grids to export snapshot for
     
     """
     return self.__execute(exportMultiCaseSnapshot=Cmd.ExportMultiCaseRequest(gridListFile=gridListFile))
Ejemplo n.º 2
0
def export_multi_case_snapshots(self, grid_list_file):
    """Export snapshots for a set of cases

    Arguments:
        grid_list_file (str): Path to a file containing a list of grids to export snapshot for
    """
    return self._execute_command(
        exportMultiCaseSnapshot=Commands_pb2.ExportMultiCaseRequest(
            gridListFile=grid_list_file))