import_plasma#

cherab.lhd.emc3.plasma.import_plasma(parent: _NodeBase, species: Species | None = None, zones: list[str] = ['zone0', 'zone1', 'zone2', 'zone3', 'zone4', 'zone11', 'zone12', 'zone13', 'zone14', 'zone15'], dataset: str = 'emc3/grid-360.nc', **kwargs) PlasmaSource#

Helper function of generating LHD plasma.

As emissions, Hɑ, Hβ, Hγ, Hδ are applied.

Parameters:
parent_NodeBase

Parent node of this plasma in the scenegraph, often World object.

speciesSpecies, optional

User-defined species object having composition which is a list of Species objects and electron distribution function attributes, by default LHDSpecies.

zoneslist[str], optional

List of zone names, by default ["zone0", "zone1", "zone2", "zone3", "zone4", "zone11", "zone12", "zone13", "zone14", "zone15"].

datasetstr, optional

Name of dataset, by default "emc3/grid-360.nc".

Returns:
Plasma

Plasma object.