Siglent SDS1000X-E

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

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