Marker

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:SPECtrum:MARKer:DETector
class MarkerCls[source]

Marker commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_detector() Detector[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:MARKer:DETector
value: enums.Detector = driver.configure.gprfMeasurement.spectrum.marker.get_detector()

Selects the detector used to calculate the 1001 values of the result traces from the raw set of samples.

return:

detector: AVERage | RMS | SAMPle | MINPeak | MAXPeak | AUTopeak

set_detector(detector: Detector) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:MARKer:DETector
driver.configure.gprfMeasurement.spectrum.marker.set_detector(detector = enums.Detector.AUTopeak)

Selects the detector used to calculate the 1001 values of the result traces from the raw set of samples.

param detector:

AVERage | RMS | SAMPle | MINPeak | MAXPeak | AUTopeak

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.gprfMeasurement.spectrum.marker.clone()

Subgroups