NsRatio
SCPI Command :
SENSe<CH>:[POWer]:FILTer:NSRatio
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(channel=Channel.Default) float[source]
# SENSe<CH>:[POWer]:FILTer:NSRatio value: float = driver.sense.power.filterPy.nsRatio.get(channel = repcap.Channel.Default)
Sets an upper limit for the relative noise content in fixed noise filter mode (method
RsSmw.sense.power.filterPy.typePy.set()) . This value determines the proportion of intrinsic noise in the measurement results.- Parameters:
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
- Returns:
ns_ratio: float Range: 0.001 to 1
- set(ns_ratio: float, channel=Channel.Default) None[source]
# SENSe<CH>:[POWer]:FILTer:NSRatio driver.sense.power.filterPy.nsRatio.set(ns_ratio = 1.0, channel = repcap.Channel.Default)
Sets an upper limit for the relative noise content in fixed noise filter mode (method
RsSmw.sense.power.filterPy.typePy.set()) . This value determines the proportion of intrinsic noise in the measurement results.- Parameters:
ns_ratio – float Range: 0.001 to 1
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
Cloning the Group
# Create a copy of the original group, that exists independently
nsRatio_copy = driver.sense.power.filterPy.nsRatio.clone()
Subgroups