Holdoff
SCPI Command :
[SENSe]:PMETer:TRIGger:HOLDoff
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:PMETer:TRIGger:HOLDoff value: float = driver.applications.k18AmplifierEt.sense.pmeter.trigger.holdoff.get()
Defines the trigger holdoff for external power triggers.
- Returns:
holdoff: Time period that has to pass between the trigger event and the start of the measurement, in case another trigger event occurs. Range: 0 s to 1 s, Unit: S
- set(holdoff: float) None[source]
# [SENSe]:PMETer:TRIGger:HOLDoff driver.applications.k18AmplifierEt.sense.pmeter.trigger.holdoff.set(holdoff = 1.0)
Defines the trigger holdoff for external power triggers.
- Parameters:
holdoff – Time period that has to pass between the trigger event and the start of the measurement, in case another trigger event occurs. Range: 0 s to 1 s, Unit: S