Rewrite 300r13c10spc800 Jun 2026
This string does not correspond to any known technical specification, model number, part code, command syntax, or academic reference in publicly available databases or technical literature as of my last knowledge update.
class ParameterCode(Enum): SETPOINT_CONTROL = "spc" rewrite 300r13c10spc800
: Where old-school "string-packing" was used to save space. This string does not correspond to any known
: Often refers to a Radius (300 units) or a Resistance value (300 Ohms). rewrite 300r13c10spc800
class DeviceConfig: def (self, device_id, register, channel, param_type, value): self.device_id = device_id self.register = register self.channel = channel self.param_type = param_type self.value = value