Hi,
I try to reuse piece of code which works for E5071C. It is noticed that after recall a calibration, command works with E5071C to add trace, did not work with E5080A.
The SCPI command works for E5071C is
:CALC:PAR:COUN 5
which does not work for E5080A.
Any comments?
Thanks,
BY
Hello BY,
I checked out the Help File for the E5080A and found that you are indeed using a valid command. See below:
CALCulate<cnum>:PARameter:COUNt <value>
Applicable Models: N522xB, N523xB, N524xB, E5080A, M948xA
(Write-only) Sets or gets the number of traces of selected channel.
Parameters
<cnum>
Channel number of the measurements to be listed. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1.
<value>
Number of traces that should be present on the selected channel. Varies depending on the upper limit setting for the channel/trace number.
Note: This command will delete measurements if the specified value is less than the current value.
Examples
CALC:PAR:COUN 1
Query Syntax
Numeric
Default
1
As it says, there must be a selected measurement on the channel you are adding/deleting traces to/from.