CapControlsF (Float) Interface
This interface can be used to read/write certain properties of the active DSS object. The structure of the interface is as follows:
double CapControlsF(int32_t Parameter, double Argument);
This interface returns a floating point number (64 bits) with the result of the query according to the value of the variable Parameter, which can be one of the following:
Parameter 0: CapControls.CTRatio read
This parameter gets the transducer ratio current to control current.
Parameter 1: CapControls.CTRatio write
This parameter sets the transducer ratio current to control current.
Parameter 2: CapControls.PTRatio read
This parameter gets the transducer ratio from primary feeder to control voltage.
Parameter 3: CapControls.PTRatio write
This parameter sets the transducer ratio from primary feeder to control voltage.
Parameter 4: CapControls.ONSetting read
This parameter gets the threshold to arm or switch on a step. See Mode for Units.
Parameter 5: CapControls.ONSetting write
This parameter sets the threshold to arm or switch on a step. See Mode for Units.
Parameter 6: CapControls.OFFSetting read
This parameter gets the threshold to switch off a step. See Mode for Units.
Parameter 7: CapControls.OFFSetting write
This parameter sets the threshold to switch off a step. See Mode for Units.
Parameter 8: CapControls.VMax read
This parameter gets the Vmax, this reference with VoltOverride, switch off whenever PT voltage exceeds this level.
Parameter 9: CapControls.VMax write
This parameter sets the Vmax, this reference with VoltOverride, switch off whenever PT voltage exceeds this level.
Parameter 10: CapControls.VMin read
This parameter gets the Vmin, this reference with VoltOverride, switch ON whenever PT voltage drops below this level.
Parameter 11: CapControls.VMin write
This parameter sets the Vmin, this reference with VoltOverride, switch ON whenever PT voltage drops below this level.
Parameter 12: CapControls.Delay read
This parameter gets the time delay [s] to switch on after arming. Control may reset before actually switching.
Parameter 13: CapControls.Delay write
This parameter sets the time delay [s] to switch on after arming. Control may reset before actually switching.
Parameter 14: CapControls.DelayOff read
This parameter gets the time delay [s] before switching off a step. Control may reset before actually switching.
Parameter 15: CapControls.DelayOff write
This parameter sets the time delay [s] before switching off a step. Control may reset before actually switching.
Parameter 16: CapControls.DeadTime read
This parameter gets the time delay [s] after switching off a step. Control may reset before actually switching.
Parameter 17: CapControls.DeadTime write
This parameter sets the time delay [s] after switching off a step. Control may reset before actually switching.