Parameters

class CParameter

Read/Write Signal that can be set externally and read by the processing block. Parameters are typically used to configure the processing block. When writing a parameter object in run state (i.e. (Safe)Operational for SubDevices) the new value is immediately used by the processing block.

template<typename T>
T Value()

Reads the value of the corresponding read-write Signal.

Returns

T – The value of the parameter in with the data type specified in the interface definition.