Tektronix 2-series

Tektronix2SeriesMSO provides a driver that can be used to instantiate an InstroScope.
Creating an InstroScope with Tektronix2SeriesMSO
Tektronix2SeriesMSO can be found in the SDK.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A driver for InstroScope

Tektronix2SeriesMSO provides a driver that can be used to instantiate an InstroScope.
InstroScope with Tektronix2SeriesMSOfrom instro.scope.drivers import Tektronix2SeriesMSO
from instro.scope import InstroScope
scope = InstroScope(
name="myScope",
driver=Tektronix2SeriesMSO("<visa_resource>"),
num_channels=4,
)
Tektronix2SeriesMSO can be found in the SDK.Was this page helpful?