User

SCPI Command :

SENSe<CH>:[POWer]:FILTer:LENGth:[USER]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) float[source]
# SENSe<CH>:[POWer]:FILTer:LENGth:[USER]
value: float = driver.sense.power.filterPy.length.user.get(channel = repcap.Channel.Default)

Selects the filter length for SENS:POW:FILT:’TYPE USER. As the filter length works as a multiplier for the time window, a constant filter length results in a constant measurement time (see also ‘About the measuring principle, averaging filter, filter length, and achieving stable results’) . The R&S NRP power sensors provide different resolutions for setting the filter length, depending on the used sensor type. For more information, refer to the specifications document.

Parameters:

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

Returns:

user: float Range: 1 to depends on R&S NRP power sensor type

set(user: float, channel=Channel.Default) None[source]
# SENSe<CH>:[POWer]:FILTer:LENGth:[USER]
driver.sense.power.filterPy.length.user.set(user = 1.0, channel = repcap.Channel.Default)

Selects the filter length for SENS:POW:FILT:’TYPE USER. As the filter length works as a multiplier for the time window, a constant filter length results in a constant measurement time (see also ‘About the measuring principle, averaging filter, filter length, and achieving stable results’) . The R&S NRP power sensors provide different resolutions for setting the filter length, depending on the used sensor type. For more information, refer to the specifications document.

Parameters:
  • user – float Range: 1 to depends on R&S NRP power sensor type

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