Skip to content

com.inscoper.nbo.PockelsCell

Represents the XML element PockelsCell. More...

Inherits from com.inscoper.nbo.NBOBaseClass

Public Functions

Name
synchronized void delete()
PockelsCell()
String getTypeName()
Returns the class type name.
String getXMLName()
Returns the XML element name corresponding to this class.
ENBOType getNBOType()
Returns the NBO Type corresponding to this class.
NBOBaseClassVector getChildren()
Returns a list of all classes derived from this class.
NBOBaseClassVector getSubElements()
Returns a list of all child elements contained in this class.
void fromJsonFile(String path, boolean validate)
Populates this object from a JSON file.
void fromJsonFile(String path)
Populates this object from a JSON file.
void fromJsonString(String json_string, boolean validate)
Populates this object from a JSON string.
void fromJsonString(String json_string)
Populates this object from a JSON string.
void fromXmlFile(String path, boolean validate)
Populates this object from a XML file.
void fromXmlFile(String path)
Populates this object from a XML file.
void fromXmlString(String xml_string, boolean validate)
Populates this object from a XML string.
void fromXmlString(String xml_string)
Populates this object from a XML string.
void toXmlFile(String filename, boolean validate)
Serializes this object to an XML file.
void toXmlFile(String filename)
Serializes this object to an XML file.
String toXmlString(boolean validate)
Serializes this object to an XML string.
String toXmlString()
Serializes this object to an XML string.
void setHalfWaveVoltage(float value, boolean validate)
Sets the value of the HalfWaveVoltage attribute.
void setHalfWaveVoltage(float value)
Sets the value of the HalfWaveVoltage attribute.
float getHalfWaveVoltage()
Returns the value of the HalfWaveVoltage attribute.
void resetHalfWaveVoltage()
Resets the HalfWaveVoltage attribute to an unset state.
boolean hasHalfWaveVoltage()
Checks whether the HalfWaveVoltage attribute is present.
void setHalfWaveVoltageUnit(UnitsElectricPotential_Type value, boolean validate)
Sets the value of the HalfWaveVoltageUnit attribute.
void setHalfWaveVoltageUnit(UnitsElectricPotential_Type value)
Sets the value of the HalfWaveVoltageUnit attribute.
UnitsElectricPotential_Type getHalfWaveVoltageUnit()
Returns the value of the HalfWaveVoltageUnit attribute.
void resetHalfWaveVoltageUnit()
Resets the HalfWaveVoltageUnit attribute to an unset state.
boolean hasHalfWaveVoltageUnit()
Checks whether the optional HalfWaveVoltageUnit attribute is present.
void setMaterial(PockelsCellMaterial_Type value, boolean validate)
Sets the value of the Material attribute.
void setMaterial(PockelsCellMaterial_Type value)
Sets the value of the Material attribute.
PockelsCellMaterial_Type getMaterial()
Returns the value of the Material attribute.
void resetMaterial()
Resets the Material attribute to an unset state.
boolean hasMaterial()
Checks whether the optional Material attribute is present.
PockelsCell __internal_create(long cPtr, boolean own)
PockelsCell fromBase(NBOBaseClass base)
Cast a NBOBaseClass to a PockelsCell.

Protected Functions

Name
PockelsCell(long cPtr, boolean cMemoryOwn)
void swigSetCMemOwn(boolean own)
void finalize()
long getCPtr(PockelsCell obj)

Additional inherited members

Protected Functions inherited from com.inscoper.nbo.NBOBaseClass

Name
NBOBaseClass(long cPtr, boolean cMemoryOwn)

Detailed Description

public class com.inscoper.nbo.PockelsCell;

Represents the XML element PockelsCell.

Pockels cells are the basic components of electro-optic modulators. A Pockels cell is a device consisting of an electro-optic crystal (with some electrodes attached to it) through which a light beam can propagate. The phase delay in the crystal (→ Pockels effect) can be modulated by applying a variable electric voltage. The Pockels cell thus acts as a voltage-controlled waveplate.

Public Functions Documentation

function delete

function PockelsCell

function getTypeName

function getXMLName

function getNBOType

function getChildren

function getSubElements

function fromJsonFile

function fromJsonFile

function fromJsonString

function fromJsonString

function fromXmlFile

function fromXmlFile

function fromXmlString

function fromXmlString

function toXmlFile

function toXmlFile

function toXmlString

function toXmlString

function setHalfWaveVoltage

function setHalfWaveVoltage

function getHalfWaveVoltage

function resetHalfWaveVoltage

function hasHalfWaveVoltage

function setHalfWaveVoltageUnit

function setHalfWaveVoltageUnit

function getHalfWaveVoltageUnit

function resetHalfWaveVoltageUnit

function hasHalfWaveVoltageUnit

function setMaterial

function setMaterial

function getMaterial

function resetMaterial

function hasMaterial

function __internal_create

function fromBase

Protected Functions Documentation

function PockelsCell

function swigSetCMemOwn

function finalize

function getCPtr