Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Tektronix DPO4054B Channel Query

Solved!
Go to solution

Hello,

Does anyone know of any command to query the channel number of a specified active measurement?

For example, when using cmd MEASUrement:MEAS<x>? This returns all measurement parameters for the specified active measurement <x>; but how to retrieve the scope channel for that measurement?

Thanks,

 

 

0 Kudos
Message 1 of 5
(2,780 Views)

Try using

DATa:SOUrce?
Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 2 of 5
(2,747 Views)
Solution
Accepted by topic author Morben

Go read the Programmer's Manual.  You will find that the command you are looking for is

MEASUrement:MEAS<x>:SOURCE[1]?

or the shorthand

MEASU:MEAS<x>:SOURCE?

GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 5
(2,743 Views)

Thanks, this worked and was implemented on my test.

0 Kudos
Message 4 of 5
(2,713 Views)

From Crossrulz tag line:

There are only two ways to tell somebody thanks: Kudos and Marked Solutions

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
Message 5 of 5
(2,708 Views)