User

SCPI Command :

SENSe<CH>:[POWer]:FILTer:LENGth:[USER]
class UserCls[source]

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

get(channel=Channel.Default) float[source]
# SCPI: 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’) .

INTRO_CMD_HELP: The R&S NRP power sensors provide different resolutions for setting the filter length, depending on the used sensor type:

  • Resolution = 1 for R&S NRPxx power sensors

  • Resolution = 2n for sensors of the R&S NRP-Zxx family, with n = 1 to 16

param channel:

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

return:

user: float Range: 1 to 65536

set(user: float, channel=Channel.Default) None[source]
# SCPI: 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’) .

INTRO_CMD_HELP: The R&S NRP power sensors provide different resolutions for setting the filter length, depending on the used sensor type:

  • Resolution = 1 for R&S NRPxx power sensors

  • Resolution = 2n for sensors of the R&S NRP-Zxx family, with n = 1 to 16

param user:

float Range: 1 to 65536

param channel:

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