DeviceParameterRange Structure¶ Namespace: id3.Devices Definition¶ Specifies the permissible range of values for a device parameter, including the minimum, maximum, and step increment. Properties¶ Name Type Description max int The maximum allowable value for the parameter. min int The minimum allowable value for the parameter. step int The smallest increment by which the parameter value can be changed.