Execute Method (RtuQsdAsDeviceDqSetFreshness)
- Last UpdatedApr 08, 2026
- 1 minute read
Set the analog stale based on device data quality when field useDeviceDQ is enabled.
public IStepContext Execute(
IStepContext stepContext,
ICachedSettings cachedSettings
)
public:
IStepContext^ Execute(
IStepContext^ stepContext,
ICachedSettings^ cachedSettings
)
Parameters
- stepContext
- Context for krunching that contains information passed between steps.
- cachedSettings
- Cached configurations from RealTime JSON files.
Return Value
The stepContext that has been updated by the step.