Keysight 1200X

Keysight1200X provides a driver that can be used to instantiate an InstroScope.
Creating an InstroScope with Keysight1200X
Keysight1200X 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

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