Dtime

SCPI Command :

[SENSe]:PMETer:TRIGger:DTIMe
class DtimeCls[source]

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

get() float[source]
# SCPI: [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.

return

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

set(time: float) None[source]
# SCPI: [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.

param time

Range: 0 s to 1 s, Unit: S