Mode
SCPI Command :
[SENSe]:NPRatio:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() NpRatioMode[source]
# [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.
- Returns:
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: NpRatioMode) None[source]
# [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.
- Parameters:
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