Contains module mse.
More...
|
| module | mse |
| | Implements motional stark effect diagnostic. Defines the base class of the type mse_class.
|
| |
|
| class(mse_class) function, pointer | mse::mse_construct_vec (point, view_start, view_end, beam_start, beam_end, in_degrees, is_ratio) |
| | Construct a mse_class object representing a motional stark effect diagnostic.
|
| |
| class(mse_class) function, pointer | mse::mse_construct_rad (point, alpha, omega, delta, theta, in_degrees, is_ratio) |
| | Construct a mse_class object representing a motional stark effect diagnostic.
|
| |
| subroutine | mse::mse_destruct (this) |
| | Deconstruct a mse_class object.
|
| |
| real(rprec) function, dimension(4) | mse::mse_get_modeled_signal (this, a_model, sigma, last_value) |
| | Calculates the modeled signal.
|
| |
| character(len=data_name_length) function | mse::mse_get_type (this) |
| | Gets a discription of the mse type.
|
| |
| subroutine | mse::mse_get_header (this, header) |
| | Gets a discription of the model and model sigma array indices.
|
| |
|
|
integer, parameter | mse::mse_degrees_flag = 1 |
| | Bit position for the use coil response flag.
|
| |
|
integer, parameter | mse::mse_ratio_flag = 2 |
| | Bit position for the force coil response flag.
|
| |