Dtime

SCPI Command :

[SENSe]:PMETer:TRIGger:DTIMe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:PMETer:TRIGger:DTIMe
value: float = driver.applications.k18AmplifierEt.sense.pmeter.trigger.dtime.get()

Defines the time period that the input signal has to stay below the IF power trigger level before the measurement starts.

Returns:

time: Range: 0 s to 1 s, Unit: S

set(time: float) None[source]
# [SENSe]:PMETer:TRIGger:DTIMe
driver.applications.k18AmplifierEt.sense.pmeter.trigger.dtime.set(time = 1.0)

Defines the time period that the input signal has to stay below the IF power trigger level before the measurement starts.

Parameters:

time – Range: 0 s to 1 s, Unit: S