Qudi
|
This logic module rotates polarisation and records signal as a function of angle. More...
Public Member Functions | |
def | on_activate (self) |
Initialisation performed during activation of the module. | |
def | on_deactivate (self) |
Deinitialisation performed during deactivation of the module. | |
def | measure_polarisation_dependence (self) |
Do a simple pol dep measurement. | |
def | rotate_polarisation (self) |
def | finish_scan (self) |
Public Attributes | |
scan_length | |
scan_speed | |
Static Public Attributes | |
counterlogic = Connector(interface='CounterLogic') | |
declare connectors | |
savelogic = Connector(interface='SaveLogic') | |
motor = Connector(interface='MotorInterface') | |
signal_rotation_finished = QtCore.Signal() | |
signal_start_rotation = QtCore.Signal() | |
This logic module rotates polarisation and records signal as a function of angle.