You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The following commands allow the disabling or enabling of the SSR using the LICOS Python shell interface:

To disable:

>>> v = DBN['_vsc']
>>> v.ssr(0)

To enable:

>>> v = DBN['_vsc']
>>> v.ssr(1)
  • No labels