Level

SCPI Command :

SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:TRIGger:LEVel
class LevelCls[source]

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

get(channel=Channel.Default) float[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:TRIGger:LEVel
value: float = driver.sense.power.sweep.time.sensor.trigger.level.get(channel = repcap.Channel.Default)

Sets the trigger threshold.

param channel:

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

return:

level: float Range: -200 to 100

set(level: float, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:TRIGger:LEVel
driver.sense.power.sweep.time.sensor.trigger.level.set(level = 1.0, channel = repcap.Channel.Default)

Sets the trigger threshold.

param level:

float Range: -200 to 100

param channel:

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