Detector

SCPI Command :

CALCulate<n>:DELTamarker<m>:FUNCtion:FMEasurement:DETector
class DetectorCls[source]

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

get(window=Window.Default, deltaMarker=DeltaMarker.Default) RsFsw.enums.DetectorA[source]
# SCPI: CALCulate<n>:DELTamarker<m>:FUNCtion:FMEasurement:DETector
value: enums.DetectorA = driver.calculate.deltaMarker.function.fmeasurement.detector.get(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)

Selects the detector for a specific marker during the final measurement. If the marker is not yet active, the command also turns the marker on.

param window

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

param deltaMarker

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

return

detector: OFF no final measurement is performed AVER average detector CAV CISPR Average detector CRMS RMS Average detector POS maximum peak detector QPE quasipeak detector

set(detector: RsFsw.enums.DetectorA, window=Window.Default, deltaMarker=DeltaMarker.Default) None[source]
# SCPI: CALCulate<n>:DELTamarker<m>:FUNCtion:FMEasurement:DETector
driver.calculate.deltaMarker.function.fmeasurement.detector.set(detector = enums.DetectorA.ACSine, window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)

Selects the detector for a specific marker during the final measurement. If the marker is not yet active, the command also turns the marker on.

param detector

OFF no final measurement is performed AVER average detector CAV CISPR Average detector CRMS RMS Average detector POS maximum peak detector QPE quasipeak detector

param window

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

param deltaMarker

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