Speak

SCPI Command :

FETCh:GPRF:MEASurement<Instance>:SPECtrum:REFMarker:SPEak
class SpeakCls[source]

Speak 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) FetchStruct[source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:SPECtrum:REFMarker:SPEak
value: FetchStruct = driver.gprf.measurement.spectrum.referenceMarker.speak.fetch(detector = enums.Detector.AUTopeak, statistic = enums.Statistic.AVERage)

No command help available

param detector:

No help available

param statistic:

No help available

return:

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