Function

SCPI Commands

SENSe:WINDow<Window>:DETector<Trace>:FUNCtion
class FunctionCls[source]

Function commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(window=Window.Default, trace=Trace.Default) DetectorB[source]
# SCPI: [SENSe][:WINDow<n>]:DETector<t>[:FUNCtion]
value: enums.DetectorB = driver.sense.window.detector.function.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

No command help available

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: No help available

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

No command help available

param detector

No help available

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.sense.window.detector.function.clone()

Subgroups