Skip to content

sim.Setup

Peter Hollender edited this page Dec 8, 2023 · 1 revision

fus.sim.Setup

Setup - Class for defining the simulation options

Properties

  • dims: [(1,3) string]
  • names: [(1,3) string]
  • spacing: [(1,1) double]
  • units: [(1,1) string]
  • x_extent: [(1,2) double]
  • y_extent: [(1,2) double]
  • z_extent: [(1,2) double]
  • dt: [(1,1) double] Simulation time end (s)
  • t_end: [(1,1) double] Simulation time end (s)
  • options: [(1,1) struct] Additional Simulation Options

Methods

  • sim_scene = transform_scene(self, scene, options)
  • max_distance = get_max_distance(self, trans, options)
  • corners = get_corners(self, options)
  • coords = get_coords(self, dims, options)
  • self = from_struct(s)
Clone this wiki locally