Mtime

SCPI Command :

SENSe<CH>:[POWer]:FILTer:NSRatio:MTIMe
class MtimeCls[source]

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

get(channel=Channel.Default) float[source]
# SCPI: SENSe<CH>:[POWer]:FILTer:NSRatio:MTIMe
value: float = driver.sense.power.filterPy.nsRatio.mtime.get(channel = repcap.Channel.Default)

Sets an upper limit for the settling time of the auto-averaging filter and thus limits the length of the filter.

param channel

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

return

mtime: float Range: 1 to 999.99

set(mtime: float, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:FILTer:NSRatio:MTIMe
driver.sense.power.filterPy.nsRatio.mtime.set(mtime = 1.0, channel = repcap.Channel.Default)

Sets an upper limit for the settling time of the auto-averaging filter and thus limits the length of the filter.

param mtime

float Range: 1 to 999.99

param channel

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