Mtime
SCPI Command :
SENSe<CH>:[POWer]:FILTer:NSRatio:MTIMe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) float[source]
# 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.
- Parameters:
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
- Returns:
mtime: float Range: 1 to 999.99
- set(mtime: float, channel=Channel.Default) None[source]
# 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.
- Parameters:
mtime – float Range: 1 to 999.99
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)