Function

SCPI Command :

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

No help available

Parameters:

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

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

No help available

Parameters:

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

Subgroups