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