Field - processor_weight_online
Valid processor weight values
- Map: SMF70BPD
- Based on: processor_weight, logical_processor_online_time
The field is created using the following pseudocode:
valid_filter = logical_processor_online_time > 0
return processor_weight.where(valid_filter, 0)