Function

SCPI Command :

[SENSe]:DETector<t>:DEFault[:FUNCtion]
class FunctionCls[source]

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

get(trace=Trace.Default) bool[source]
# SCPI: [SENSe]:DETector<t>:DEFault[:FUNCtion]
value: bool = driver.applications.k18AmplifierEt.sense.detector.default.function.get(trace = repcap.Trace.Default)

Selects the default detector for result displays.

param trace

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

return

state: AVERage | OFF

set(state: bool, trace=Trace.Default) None[source]
# SCPI: [SENSe]:DETector<t>:DEFault[:FUNCtion]
driver.applications.k18AmplifierEt.sense.detector.default.function.set(state = False, trace = repcap.Trace.Default)

Selects the default detector for result displays.

param state

AVERage | OFF

param trace

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