Wed 28 Aug 21:38:52 CEST 2024
This commit is contained in:
parent
d653dd69b8
commit
86141b0dac
22
src/SimNDT/core/simPack.py
Normal file
22
src/SimNDT/core/simPack.py
Normal file
|
@ -0,0 +1,22 @@
|
|||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
"""
|
||||
simPack.py
|
||||
|
||||
Created by Miguel Molero on 2013-10-01.
|
||||
Copyright (c) 2013 MMolero. All rights reserved.
|
||||
"""
|
||||
|
||||
class SimPack:
|
||||
|
||||
def __init__(self, scenario, materials, boundary, inspection, source, transducers, signal, simulation):
|
||||
|
||||
self.Boundary = boundary
|
||||
self.Inspection = inspection
|
||||
self.Source = source
|
||||
self.Materials = materials
|
||||
self.Transducers = transducers
|
||||
self.Simulation = simulation
|
||||
self.Scenario = scenario
|
||||
self.Signal = signal
|
||||
|
Loading…
Reference in New Issue
Block a user