Base

SCPI Command :

SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:PULSe:THReshold:BASE
class BaseCls[source]

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

get(channel=Channel.Default) MeasRespPulsThrBase[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:PULSe:THReshold:BASE
value: enums.MeasRespPulsThrBase = driver.sense.power.sweep.time.sensor.pulse.threshold.base.get(channel = repcap.Channel.Default)

Selects how the threshold parameters for pulse analysis are calculated. Note: The command is only available in time measurement mode and with R&S NRPZ81 power sensors.

param channel:

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

return:

base: VOLTage| POWer

set(base: MeasRespPulsThrBase, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:PULSe:THReshold:BASE
driver.sense.power.sweep.time.sensor.pulse.threshold.base.set(base = enums.MeasRespPulsThrBase.POWer, channel = repcap.Channel.Default)

Selects how the threshold parameters for pulse analysis are calculated. Note: The command is only available in time measurement mode and with R&S NRPZ81 power sensors.

param base:

VOLTage| POWer

param channel:

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