
Automation Command and Query Reference Manual - Control Reference
Sets/Queries the input coupling of input channel Cx.
Note that coupling choices vary between instrument models. WavePro 7000 instruments for example
support AC1M and DC1M modes in addition to DC50 and GND choices.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Inspect the input coupling for channel C2
CoupleC2 = app.Acquisition.C2.Coupling
' Set the coupling to DC, 50 ohms
app.Acquisition.C2.Coupling = "DC50"
From -1.8e-006 to 1.8e-006 step 1e-012
Sets/Queries the deskew of input channel Cx to produce a required alignment with another trace.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
Enhance resolution setting (Noise Filter). Set to 'None' to turn off the filter.
Komentarze do niniejszej Instrukcji