API
 
Loading...
Searching...
No Matches
xapp.aoSim.aoSimConfig Class Reference
Inheritance diagram for xapp.aoSim.aoSimConfig:
Inheritance graph
Collaboration diagram for xapp.aoSim.aoSimConfig:
Collaboration graph

Static Public Attributes

int num_modes = xconf.field(default=2, help="Number of modes to simulate in the AO system.")
 
int lag = xconf.field(default=1, help="Lag in timesteps for DM command updates.")
 
float noise = xconf.field(default=0.0, help="Amplitude of noise to add to the wavefront sensor measurements.")
 
float frequency = xconf.field(default=0.5, help="Frequency in Hz at which the AO simulation loop runs.")
 

Detailed Description

Configuration for the aoSim application.

Definition at line 47 of file __init__.py.

Member Data Documentation

◆ frequency

float xapp.aoSim.aoSimConfig.frequency = xconf.field(default=0.5, help="Frequency in Hz at which the AO simulation loop runs.")
static

Definition at line 53 of file __init__.py.

◆ lag

int xapp.aoSim.aoSimConfig.lag = xconf.field(default=1, help="Lag in timesteps for DM command updates.")
static

Definition at line 51 of file __init__.py.

◆ noise

float xapp.aoSim.aoSimConfig.noise = xconf.field(default=0.0, help="Amplitude of noise to add to the wavefront sensor measurements.")
static

Definition at line 52 of file __init__.py.

◆ num_modes

int xapp.aoSim.aoSimConfig.num_modes = xconf.field(default=2, help="Number of modes to simulate in the AO system.")
static

Definition at line 50 of file __init__.py.


The documentation for this class was generated from the following file: