Index
SCPI Command :
FRANalysis:MARKer<*>:INDex
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(marker=Marker.Default) int[source]
# FRANalysis:MARKer<*>:INDex value: int = driver.franalysis.marker.index.get(marker = repcap.Marker.Default)
Returns the point index in the plot where the specified marker is positioned.
- Parameters:
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
- Returns:
index: The lowest index is 0, which corresponds to line 1 in the result table. PointIndex = # in result table - 1
- set(index: int, marker=Marker.Default) None[source]
# FRANalysis:MARKer<*>:INDex driver.franalysis.marker.index.set(index = 1, marker = repcap.Marker.Default)
Returns the point index in the plot where the specified marker is positioned.
- Parameters:
index – The lowest index is 0, which corresponds to line 1 in the result table. PointIndex = # in result table - 1
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)