LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

tektronix tds 3000 Invert Channel

Solved!
Go to solution

I'm using the drivers to configure the oscilliscope between two experiments that I change often. I got everything to wor except there doesn;'t seem to be a function to set a channel invert on. There is a matjh function that claims to have some sort of invert but doesn't. Any help?

 

Also is there a simple way to just read configuration from the oscilliscope?

0 Kudos
Message 1 of 2
(2,428 Views)
Solution
Accepted by topic author TSCline

You can use the VISA Write function to send the CH<x>:INVert command (where <x> is the channel you want to invert. The MEASU? query will return the measurement parameters. Refer to the TDS3000 programmer manual.

 

Ben64

0 Kudos
Message 2 of 2
(2,422 Views)