Function
SCPI Command :
[SENSe][:WINDow<n>]:DETector<t>[:FUNCtion]
- class FunctionCls[source]
Function commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, trace=Trace.Default) RsFsw.enums.DetectorE [source]
# SCPI: [SENSe][:WINDow<n>]:DETector<t>[:FUNCtion] value: enums.DetectorE = driver.applications.k18AmplifierEt.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
detector: NEGative Negative peak POSitive Positive peak SAMPle First value detected per trace point AVERage Average
- set(detector: RsFsw.enums.DetectorE, window=Window.Default, trace=Trace.Default) None [source]
# SCPI: [SENSe][:WINDow<n>]:DETector<t>[:FUNCtion] driver.applications.k18AmplifierEt.sense.window.detector.function.set(detector = enums.DetectorE.AVERage, 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 detector
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’)