Fast wire scanners and slow wire scanners differ in available scan types. Currently, wire_type is the only indicator of what kind of wire scanner a device object is. Slow wire scanners are missing PVs that are otherwise required for "Fast" wires. A separate device type, subclassed from Wire would help keep the device types separated.
Fast wire scanners and slow wire scanners differ in available scan types. Currently,
wire_typeis the only indicator of what kind of wire scanner a device object is. Slow wire scanners are missing PVs that are otherwise required for "Fast" wires. A separate device type, subclassed fromWirewould help keep the device types separated.