Hi, I have a problem trying to get the limit test result from the VSA using matlab remote command.
These command worked
app.Display.Traces.SelectedItem.Markers.IsLimitVisible = true;
app.Display.Traces.SelectedItem.Markers.LimitName = "Test01";
but I don't know the command to get to limit test result. Can anyone help?
These command worked
app.Display.Traces.SelectedItem.Markers.IsLimitVisible = true;
app.Display.Traces.SelectedItem.Markers.LimitName = "Test01";
but I don't know the command to get to limit test result. Can anyone help?
> Hi, I have a problem trying to get the limit test result from the VSA using matlab remote command.
>
> These command worked
> app.Display.Traces.SelectedItem.Markers.IsLimitVisible = true;
> app.Display.Traces.SelectedItem.Markers.LimitName = "Test01";
>
> but I don't know the command to get to limit test result. Can anyone help?
Not sure about Matlab command, but the SCPI command to get limit test results for last measurement is:
CALC:CLIM:FAIL?
Spacecase