LightSource

class asgard_alignment.Lamps.LightSource(name, controllino_connection, nCooldown, nWarmup, nMaxOn)

Bases: Lamp

All light sources in H/B/S use this framework

Methods Summary

init()

Initialise the laser

is_off()

Check if the light source is off

is_on()

Check if the light source is on

turn_off()

Turn the thermal source off

turn_on()

Turn the thermal source on

Methods Documentation

init()

Initialise the laser

is_off()

Check if the light source is off

is_on()

Check if the light source is on

turn_off()

Turn the thermal source off

turn_on()

Turn the thermal source on

init()

Initialise the laser

is_off()

Check if the light source is off

is_on()

Check if the light source is on

turn_off()

Turn the thermal source off

turn_on()

Turn the thermal source on