Dtime
SCPI Command :
SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:TRIGger:DTIMe
- class DtimeCls[source]
Dtime 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:DTIMe value: float = driver.sense.power.sweep.time.sensor.trigger.dtime.get(channel = repcap.Channel.Default)
Determines the minimum time for which the signal must be below (above) the power level defined by level and hysteresis before triggering can occur again.
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
- return:
dtime: float Range: 0 to 10
- set(dtime: float, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:TRIGger:DTIMe driver.sense.power.sweep.time.sensor.trigger.dtime.set(dtime = 1.0, channel = repcap.Channel.Default)
Determines the minimum time for which the signal must be below (above) the power level defined by level and hysteresis before triggering can occur again.
- param dtime:
float Range: 0 to 10
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)