IBM SMF Explorer
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Field - cpa_scaling_factor_effective

Scaling factor for SMF70CPA_actual and SMF70CPA_actual_CBP wherever they are used, else 1.

Description

Scaling factor for SMF70CPA_actual and SMF70CPA_actual_CBP wherever they are used, else 1.

Post-Processed

The field is created using the following pseudocode:

cpa_actual_filter = (cpu_adjustment_factor_actual != 0) & (cpu_control_section_length > 224)
return cpa_scaling_factor.where(cpa_actual_filter, 1)