Mode

SCPI Command :

[SENSe]:NPRatio:MODE
class ModeCls[source]

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

get() RsFsw.enums.NpRatioMode[source]
# SCPI: [SENSe]:NPRatio:MODE
value: enums.NpRatioMode = driver.sense.npratio.mode.get()

Determines whether the power measured in a channel or notch is indicated as a power or a density value.

return

mode: POWer | DENSity DENSity Power measured in channel or notch divided by the ‘Channel BW’/’Integration BW’ in dBm/Hz POWer Absolute power measured in channel or notch in current amplitude unit

set(mode: RsFsw.enums.NpRatioMode) None[source]
# SCPI: [SENSe]:NPRatio:MODE
driver.sense.npratio.mode.set(mode = enums.NpRatioMode.DENSity)

Determines whether the power measured in a channel or notch is indicated as a power or a density value.

param mode

POWer | DENSity DENSity Power measured in channel or notch divided by the ‘Channel BW’/’Integration BW’ in dBm/Hz POWer Absolute power measured in channel or notch in current amplitude unit