Npeak

SCPI Command :

FETCh:GPRF:MEASurement<Instance>:SPECtrum:MARKer<MarkerNo>:NPEak
class NpeakCls[source]

Npeak commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Xvalue: float: No parameter help available

  • Yvalue: float: No parameter help available

fetch(detector: Detector, statistic: Statistic, marker=Marker.Default) FetchStruct[source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:SPECtrum:MARKer<MarkerNo>:NPEak
value: FetchStruct = driver.gprf.measurement.spectrum.marker.npeak.fetch(detector = enums.Detector.AUTopeak, statistic = enums.Statistic.AVERage, marker = repcap.Marker.Default)

No command help available

param detector:

No help available

param statistic:

No help available

param marker:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

return:

structure: for return value, see the help for FetchStruct structure arguments.