Dataset
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
dataset_record = my_scenario.get_dataset(
name = 'my dataset',
data_format = 'PADEM'
)
dataset = dataset_record.data()
print('Number of timesteps in the dataset: {}'.format(len(dataset.timesteps)))dataset_record = my_scenario.get_dataset(
name = 'my dataset',
data_format = 'PADEM'
)
dataset_record.delete()