Sonce

SCPI Command :

SENSe<CH>:[POWer]:FILTer:SONCe
class SonceCls[source]

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

set(channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:FILTer:SONCe
driver.sense.power.filterPy.sonce.set(channel = repcap.Channel.Default)

Starts searching the optimum filter length for the current measurement conditions. You can check the result with command SENS1:POW:FILT:LENG:USER? in filter mode USER (method RsSmbv.Sense.Power.FilterPy.TypePy.set) .

param channel

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

set_with_opc(channel=Channel.Default, opc_timeout_ms: int = - 1) None[source]