HardwareConfig#

class snake.core.simulation.HardwareConfig(gmax=40, smax=200, n_coils=8, dwell_time_ms=0.001, raster_time_ms=0.005, field=3.0)[source]#

Bases: object

Scanner Hardware parameters.

Methods

__init__

Attributes

dwell_time_ms

field

gmax

n_coils

raster_time_ms

smax

Parameters:
_repr_html_(vertical=True)#

Recursive HTML representation for dataclasses.

This function generates an HTML table representation of a dataclass, including nested dataclasses.

Parameters:
  • obj (The dataclass instance.)

  • vertical (bool)

Returns:

str

Return type:

An HTML table string representing the dataclass.