SCPI Command
CALCulate<Ch>[:SELected]:MARKer:MATH:FLATness:STOP <numeric>
CALCulate<Ch>[:SELected]:MARKer:MATH:FLATness:STOP?
Or
CALCulate<Ch>:TRACe<Tr>:MARKer:MATH:FLATness:STOP <numeric>
CALCulate<Ch>:TRACe<Tr>:MARKer:MATH:FLATness:STOP?
Sets or reads out the number of the marker, which specifies the stop frequency of the flatness function domain. |
---|
command/query |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
Or
CALCulate<Ch>:TRACe<Tr> — trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<numeric> marker number from 1 to 16
<numeric>
2
Markers > Marker Math > Flatness > Flatness Stop
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(1).MATH.FLATness.DOMain.STOP
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer:MATH:FLATness:STOP only. |
MkrNum = app.SCPI.CALCulate(Ch).SELected.MARKer.MATH.FLATness.DOMain.STOP
app.SCPI.CALCulate(Ch).SELected.MARKer.MATH.FLATness.DOMain.STOP = 1
Long (read/write)
Warning |
Object MARKer has an index of 1, which can be omitted in Visual Basic, but it cannot be omitted in other programming languages. |
Back to CALCulate
Back to Command Finder