2
Config_Topup
watts edited this page 2026-06-30 14:36:18 +02:00
This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Topup

This file contains the topup settings.

See source:trunk/PixelatorController/config/topup.json for an example.

active::
Integer value 1 activates topup handling.
Default: 0

channel::
String value defines the EPICS address of the topup channel.
Mandatory for topup handling.

wait_time::
Float value defines the delay (in seconds) between when the topup signal stops and when stxm measurements resume.
Default: 0

default_mode::
String value defines the topup mode that will be set when PixelatorController is started. Should be an exact match for one of the valid topup mode strings: ["Off", "On", "No Repeat"]. The validity of the value is not checked, so other values will give unpredictable results.
Default: "Off"