Get external clamping value#

bool uz_CurrentControl_get_ext_clamping(uz_CurrentControl_t *self)#

Returns the current value of the external clamping signal.

Parameters:
  • self – uz_CurrentControl_t instance

Returns:

current value as bool

Example#

Listing 84 Example function call to get the ext_clamping value. CurrentControl-Instance via init-function#
1int main(void) {
2   float ext_clamping = uz_CurrentControl_get_ext_clamping(CC_instance);
3}

Description#

Returns the latest value of the ext_clamping value of the CurrentControl_instance.