SCPI Command
CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PEXCursion <numeric>
CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PEXCursion?
Sets or reads out the peak excursion value when the marker peak search is performed by the CALC:MARK:FUNC:EXEC command. |
---|
command/query |
Marker <Mk> of the active trace of channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1] … |16} (in N-port mode only)
<Mk>={[1] … |16}
<response> the peak excursion value, the range varies depending on the data format
dB | ° | s
<numeric>
1
Markers > Search > Search Peak > Peak Excursion
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.PEXCursion
Value = app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.PEXCursion
app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.PEXCursion = 3.0
Double (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)