Function
SCPI Command :
[SENSe][:WINDow<n>]:DETector<t>[:FUNCtion]
- class FunctionCls[source]
Function commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(window=Window.Default, trace=Trace.Default) RsFsw.enums.TraceDetector [source]
# SCPI: [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 ‘Sweep time and detector’.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- param trace
optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Detector’)
- return
state: No help available
- set(state: RsFsw.enums.TraceDetector, window=Window.Default, trace=Trace.Default) None [source]
# SCPI: [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 ‘Sweep time and detector’.
- param state
NEGative Negative peak POSitive Positive peak SAMPle First value detected per trace point AVERage Average
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- param trace
optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Detector’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k6Pulse.sense.window.detector.function.clone()
Subgroups