scope_harness.PreviewWidgetList
- class scope_harness.PreviewWidgetList
A simple container for preview widgets returned by a scope. The number of widgets can be determined with python’s len() function and individual widgets can be accessed using [] operator. The [] indexing operator supports numeric index values as well as string keys for accessing widgets based on their identifiers. Slices are not supported.