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) TraceDetector[source]
# [SENSe][:WINDow<n>]:DETector<t>[:FUNCtion]
value: enums.TraceDetector = driver.applications.k6Pulse.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’)

set(state: TraceDetector, window=Window.Default, trace=Trace.Default) None[source]
# [SENSe][:WINDow<n>]:DETector<t>[:FUNCtion]
driver.applications.k6Pulse.sense.window.detector.function.set(state = enums.TraceDetector.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:
  • 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.k6Pulse.sense.window.detector.function.clone()

Subgroups