Function

SCPI Command :

[SENSe][:WINDow<n>]:DETector<t>[:FUNCtion]
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(window=Window.Default, trace=Trace.Default) Detector[source]
# [SENSe][:WINDow<n>]:DETector<t>[:FUNCtion]
value: enums.Detector = driver.applications.k10Xlte.sense.window.detector.function.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines the trace detector to be used for trace analysis. For details see ‘Mapping samples to sweep points with the trace detector’. For EMI measurements, the trace detector is used for the initial peak search only, not for the final test. The detector for the final test is configured using method RsFsw.calculate.marker.function.fmeasurement.detector.set() . If the EMI (R&S FSW-K54) measurement option is installed and the filter type ‘CISPR’ is selected, additional detectors are available, even if EMI measurement is not active. For details see ‘Detectors and dwell time’.

Parameters:
  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Detector’)

Returns:

detector: APEak Autopeak NEGative Negative peak POSitive Positive peak QPEak Quasipeak (CISPR filter only) SAMPle First value detected per trace point RMS RMS value AVERage Average CAVerage CISPR Average (CISPR filter only) CRMS CISPR RMS (CISPR filter only) For more information see ‘Mapping samples to sweep points with the trace detector’.

set(detector: Detector, window=Window.Default, trace=Trace.Default) None[source]
# [SENSe][:WINDow<n>]:DETector<t>[:FUNCtion]
driver.applications.k10Xlte.sense.window.detector.function.set(detector = enums.Detector.APEak, window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines the trace detector to be used for trace analysis. For details see ‘Mapping samples to sweep points with the trace detector’. For EMI measurements, the trace detector is used for the initial peak search only, not for the final test. The detector for the final test is configured using method RsFsw.calculate.marker.function.fmeasurement.detector.set() . If the EMI (R&S FSW-K54) measurement option is installed and the filter type ‘CISPR’ is selected, additional detectors are available, even if EMI measurement is not active. For details see ‘Detectors and dwell time’.

Parameters:
  • detector – APEak Autopeak NEGative Negative peak POSitive Positive peak QPEak Quasipeak (CISPR filter only) SAMPle First value detected per trace point RMS RMS value AVERage Average CAVerage CISPR Average (CISPR filter only) CRMS CISPR RMS (CISPR filter only) For more information see ‘Mapping samples to sweep points with the trace detector’.

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Detector’)

Cloning the Group

# Create a copy of the original group, that exists independently
function_copy = driver.applications.k10Xlte.sense.window.detector.function.clone()

Subgroups