SCPI Command
CALCulate<Ch>[:SELected]:MARKer:MATH:FLATness:DATA?
Or
CALCulate<Ch>:TRACe<Tr>:MARKer:MATH:FLATness:DATA?
Reads out the FLATNESS function data array. The FLATNESS function is applied within the range determined by two markers. The array includes 4 elements: <numeric 1> Span; <numeric 2> Gain; <numeric 3> Slope; <numeric 4> Flatness. |
---|
query only |
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 1>, <numeric 2>,...<numeric 4>
Related Commands
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(1).MATH.FLATness.DATA
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer:MATH:FLATness:DATA? only. |
Data = app.SCPI.CALCulate(Ch).SELected.MARKer.MATH.FLATness.DATA
Variant (array of Double) (read only)
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