get_min_data_at_field#
- ResultData.get_min_data_at_field(field_index: int = 0)#
Get the minimum values field data for the field with the specified index.
Chains the result operator to the
min_max_fc
operator and returns the result (output from pin 0).- Parameters:
field_index (int, optional) – Field index. The default is
0
.