Holdoff
SCPI Command :
[SENSe]:PMETer:TRIGger:HOLDoff
- class HoldoffCls[source]
Holdoff commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:PMETer:TRIGger:HOLDoff value: float = driver.applications.k18AmplifierEt.sense.pmeter.trigger.holdoff.get()
Defines the trigger holdoff for external power triggers.
- return
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]
# SCPI: [SENSe]:PMETer:TRIGger:HOLDoff driver.applications.k18AmplifierEt.sense.pmeter.trigger.holdoff.set(holdoff = 1.0)
Defines the trigger holdoff for external power triggers.
- param 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