public interface _LaserOperationsNC extends _LightSourceOperationsNC
Modifier and Type | Method and Description |
---|---|
RInt |
getFrequencyMultiplication() |
LaserMedium |
getLaserMedium() |
RBool |
getPockelCell() |
Pulse |
getPulse() |
LightSource |
getPump() |
Frequency |
getRepetitionRate() |
RBool |
getTuneable() |
LaserType |
getType() |
Length |
getWavelength() |
void |
setFrequencyMultiplication(RInt theFrequencyMultiplication) |
void |
setLaserMedium(LaserMedium theLaserMedium) |
void |
setPockelCell(RBool thePockelCell) |
void |
setPulse(Pulse thePulse) |
void |
setPump(LightSource thePump) |
void |
setRepetitionRate(Frequency theRepetitionRate) |
void |
setTuneable(RBool theTuneable) |
void |
setType(LaserType theType) |
void |
setWavelength(Length theWavelength) |
addAllLightSourceAnnotationLinkSet, addLightSourceAnnotationLink, addLightSourceAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findLightSourceAnnotationLink, getAnnotationLinksCountPerOwner, getInstrument, getLotNumber, getManufacturer, getModel, getPower, getSerialNumber, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllLightSourceAnnotationLinkSet, removeLightSourceAnnotationLink, removeLightSourceAnnotationLinkFromBoth, setInstrument, setLotNumber, setManufacturer, setModel, setPower, setSerialNumber, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
LaserType getType()
void setType(LaserType theType)
LaserMedium getLaserMedium()
void setLaserMedium(LaserMedium theLaserMedium)
RInt getFrequencyMultiplication()
void setFrequencyMultiplication(RInt theFrequencyMultiplication)
RBool getTuneable()
void setTuneable(RBool theTuneable)
Pulse getPulse()
void setPulse(Pulse thePulse)
Length getWavelength()
void setWavelength(Length theWavelength)
RBool getPockelCell()
void setPockelCell(RBool thePockelCell)
LightSource getPump()
void setPump(LightSource thePump)
Frequency getRepetitionRate()
void setRepetitionRate(Frequency theRepetitionRate)