Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

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

To disable:

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

To enable:

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