NsRatio

SCPI Command :

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

NsRatio commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(channel=Channel.Default) float[source]
# SCPI: 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 RsSmbv.Sense.Power.FilterPy.TypePy. set) . This value determines the proportion of intrinsic noise in the measurement results.

param channel

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

return

ns_ratio: float Range: 0.001 to 1

set(ns_ratio: float, channel=Channel.Default) None[source]
# SCPI: 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 RsSmbv.Sense.Power.FilterPy.TypePy. set) . This value determines the proportion of intrinsic noise in the measurement results.

param ns_ratio

float Range: 0.001 to 1

param channel

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.power.filterPy.nsRatio.clone()

Subgroups