SCPI Command
CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PEXCursion <numeric>
CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PEXCursion?
Or
CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:FUNCtion:PEXCursion <numeric>
CALCulate<Ch>:TRACe<Tr>: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>,
Or
Marker <Mk> of the trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<Mk> = {[1]|2|...16}
<numeric> the peak excursion value, the range varies depending on the data format
dB | ° | s
<numeric>
1
Markers > Marker Search > Peak > Peak Excursion
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.PEXCursion
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:PEXCursion only. |
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