AerViewer Package

AerViewer Package

Aer1DViewer Module

class pyNCS.AerViewer.Aer1DViewer.Aer1DViewer(channel=0, port=50001, host='localhost', dims=(-4, 130), fps=25)

Bases: wx._core.PySimpleApp

Class to monitor and display aer activity

OnInit(*args, **kw)
setup_timer(eventsUpdate)
show()

This function pops up the AerViewer Alias to MainLoop() function

Aer2DViewer Module

class pyNCS.AerViewer.Aer2DViewer.Aer2DViewer(channel=0, port=50001, host='localhost', dims=(64, 64), fps=40)

Bases: wx._core.PySimpleApp

Class to monitor and display aer activity

OnInit(*args, **kw)
setup_timer(eventsUpdate)
show()

This function pops up the AerViewer Alias to MainLoop() function

Updater1D Module

Updater2D Module

Table Of Contents

Previous topic

pyNCS Package

Next topic

pyST Package

This Page