Auto
SCPI Command :
SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:TRIGger:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channel=Channel.Default) MeasRespTrigAutoSet[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:TRIGger:AUTO value: enums.MeasRespTrigAutoSet = driver.sense.power.sweep.time.sensor.trigger.auto.get(channel = repcap.Channel.Default)
Sets the trigger level, the hysteresis and the dropout time to default values.
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
- return:
auto: ONCE
- set(auto: MeasRespTrigAutoSet, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:TRIGger:AUTO driver.sense.power.sweep.time.sensor.trigger.auto.set(auto = enums.MeasRespTrigAutoSet.ONCE, channel = repcap.Channel.Default)
Sets the trigger level, the hysteresis and the dropout time to default values.
- param auto:
ONCE
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)