Detector
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:FMEasurement:DETector
- class DetectorCls[source]
Detector commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, marker=Marker.Default) RsFsw.enums.DetectorA [source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:FMEasurement:DETector value: enums.DetectorA = driver.calculate.marker.function.fmeasurement.detector.get(window = repcap.Window.Default, marker = repcap.Marker.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 marker
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
- 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, marker=Marker.Default) None [source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:FMEasurement:DETector driver.calculate.marker.function.fmeasurement.detector.set(detector = enums.DetectorA.ACSine, window = repcap.Window.Default, marker = repcap.Marker.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 marker
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)