MMM.get_channel_contributions_forward_pass_grid# MMM.get_channel_contributions_forward_pass_grid(start, stop, num)[source]# Generate a grid of scaled channel contributions for a given grid of shared values. Parameters: startfloatStart of the grid. It must be equal or greater than 0. stopfloatEnd of the grid. It must be greater than start. numintNumber of points in the grid. Returns: DataArrayGrid of channel contributions.