Field - cpu_adjustment_factor_effective
Effective CPU adjustment factor
- Map: SMF70CTL
- Based on: cpu_adjustment_factor, cpu_adjustment_factor_actual, cpu_control_section_length
The field is created using the following pseudocode:
cpa_actual_filter = (cpu_adjustment_factor_actual != 0) & (cpu_control_section_length > 224)
return cpu_adjustment_factor_actual.where(cpa_actual_filter, cpu_adjustment_factor)