<xs:element name="launchs"><xs:annotation><xs:documentation>RF wave launch conditions. Time-dependent CPO</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="datainfo"/><xs:element name="name" type="vecstring_type"><xs:annotation><xs:documentation>Antenna name, Vector of strings (nantenna)</xs:documentation></xs:annotation></xs:element><xs:element name="type" type="vecstring_type"><xs:annotation><xs:documentation>Wave type (LH, EC, IC, ...), Vector of strings (nantenna)</xs:documentation></xs:annotation></xs:element><xs:element name="frequency" type="vecflt_type"><xs:annotation><xs:documentation>Wave frequency [Hz], Vector (nantenna).</xs:documentation></xs:annotation></xs:element><xs:element name="mode" type="vecint_type"><xs:annotation><xs:documentation>Incoming wave mode (+ 1 : slow wave only; -1 both slow and fast wave modes). Vector of integers (nantenna). Time-dependent</xs:documentation></xs:annotation></xs:element><xs:element name="position" type="rzphi1D"><xs:annotation><xs:documentation>Reference global position of the antenna. Time-dependent</xs:documentation></xs:annotation></xs:element><xs:element name="spectrum"><xs:annotation><xs:documentation>Spectral properties of the wave.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element name="phi_theta" type="launchs_phi_theta"><xs:annotation><xs:documentation>Power spectrum as a function of the refractive index in the toroidal and poloidal directions.</xs:documentation></xs:annotation></xs:element><xs:element name="parallel" type="launchs_parallel"><xs:annotation><xs:documentation>Power spectrum as a function of the parallel refractive index.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType></xs:element><xs:element name="beam" type="launchs_rfbeam"><xs:annotation><xs:documentation>Beam characteristics</xs:documentation></xs:annotation></xs:element><xs:element ref="codeparam"/><xs:element name="time" type="xs:float" default="0.0"><xs:annotation><xs:documentation>Time [s]; Time-dependent; Scalar</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType></xs:element>
<xs:element name="position" type="rzphi1D"><xs:annotation><xs:documentation>Reference global position of the antenna. Time-dependent</xs:documentation></xs:annotation></xs:element>
<xs:element name="spectrum"><xs:annotation><xs:documentation>Spectral properties of the wave.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element name="phi_theta" type="launchs_phi_theta"><xs:annotation><xs:documentation>Power spectrum as a function of the refractive index in the toroidal and poloidal directions.</xs:documentation></xs:annotation></xs:element><xs:element name="parallel" type="launchs_parallel"><xs:annotation><xs:documentation>Power spectrum as a function of the parallel refractive index.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType></xs:element>
<xs:element name="phi_theta" type="launchs_phi_theta"><xs:annotation><xs:documentation>Power spectrum as a function of the refractive index in the toroidal and poloidal directions.</xs:documentation></xs:annotation></xs:element>
<xs:element name="nn_phi" type="vecint_type"><xs:annotation><xs:documentation>Number of points for the discretization of the spectrum in the toroidal direction, Vector of integers (nantenna).</xs:documentation></xs:annotation></xs:element>
<xs:element name="nn_theta" type="vecint_type"><xs:annotation><xs:documentation>Number of points for the discretization of the spectrum in the poloidal direction, Vector of integers (nantenna).</xs:documentation></xs:annotation></xs:element>
<xs:element name="n_phi" type="matflt_type"><xs:annotation><xs:documentation>Refraction index in the toroidal direction, Matrix (nantenna,max_nn_phi).</xs:documentation></xs:annotation></xs:element>
<xs:element name="n_theta" type="matflt_type"><xs:annotation><xs:documentation>Refraction index in poloidal direction, Matrix (nantenna,max_nn_theta).</xs:documentation></xs:annotation></xs:element>
<xs:element name="parallel" type="launchs_parallel"><xs:annotation><xs:documentation>Power spectrum as a function of the parallel refractive index.</xs:documentation></xs:annotation></xs:element>
<xs:element name="nn_par" type="vecint_type"><xs:annotation><xs:documentation>Number of points for the discretization of the spectrum in the poloidal direction, Vector of integers (nantenna).</xs:documentation></xs:annotation></xs:element>
<xs:element name="n_par" type="matflt_type"><xs:annotation><xs:documentation>Refraction index in the parallel direction, Matrix (nantenna,max_nn_par).</xs:documentation></xs:annotation></xs:element>
<xs:element name="phaseellipse" type="launchs_rfbeam_phaseellipse"><xs:annotation><xs:documentation>Phase ellipse characteristics of the spot</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="launchs_phi_theta"><xs:annotation><xs:documentation>Power spectrum as a function of the refractive index in the toroidal and poloidal directions.</xs:documentation></xs:annotation><xs:sequence><xs:element name="nn_phi" type="vecint_type"><xs:annotation><xs:documentation>Number of points for the discretization of the spectrum in the toroidal direction, Vector of integers (nantenna).</xs:documentation></xs:annotation></xs:element><xs:element name="nn_theta" type="vecint_type"><xs:annotation><xs:documentation>Number of points for the discretization of the spectrum in the poloidal direction, Vector of integers (nantenna).</xs:documentation></xs:annotation></xs:element><xs:element name="n_phi" type="matflt_type"><xs:annotation><xs:documentation>Refraction index in the toroidal direction, Matrix (nantenna,max_nn_phi).</xs:documentation></xs:annotation></xs:element><xs:element name="n_theta" type="matflt_type"><xs:annotation><xs:documentation>Refraction index in poloidal direction, Matrix (nantenna,max_nn_theta).</xs:documentation></xs:annotation></xs:element><xs:element name="power" type="array3dflt_type"><xs:annotation><xs:documentation>W/dNphi/dNtheta [W], Array (nantenna, max_nn_phi, max_nn_theta). Time-dependent</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>
Complex Type launchs_parallel
Namespace
No namespace
Annotations
Power spectrum as a function of the parallel refractive index.
<xs:complexType name="launchs_parallel"><xs:annotation><xs:documentation>Power spectrum as a function of the parallel refractive index.</xs:documentation></xs:annotation><xs:sequence><xs:element name="nn_par" type="vecint_type"><xs:annotation><xs:documentation>Number of points for the discretization of the spectrum in the poloidal direction, Vector of integers (nantenna).</xs:documentation></xs:annotation></xs:element><xs:element name="n_par" type="matflt_type"><xs:annotation><xs:documentation>Refraction index in the parallel direction, Matrix (nantenna,max_nn_par).</xs:documentation></xs:annotation></xs:element><xs:element name="power" type="vecflt_type"><xs:annotation><xs:documentation>W/dN_par [W], Matrix(nantenna, max_nn_par). Time-dependent</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>
<xs:complexType name="launchs_rfbeam_phaseellipse"><xs:annotation><xs:documentation>Phase ellipse characteristics of the spot</xs:documentation></xs:annotation><xs:sequence><xs:element name="invcurvrad" type="matflt_type"><xs:annotation><xs:documentation>Inverse curvature radii for the phase ellipse [m-1], Matrix (nantenna,2). Time-dependent</xs:documentation></xs:annotation></xs:element><xs:element name="angle" type="vecflt_type"><xs:annotation><xs:documentation>Rotation angle for the phase ellipse [rd], Vector(nantenna). Time-dependent</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>