TriggerOut
SCPI Command :
MEASurement<*>:ONViolation:TRIGgerout
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) BeepMode[source]
# MEASurement<*>:ONViolation:TRIGgerout value: enums.BeepMode = driver.measurement.onViolation.triggerOut.get(measurement = repcap.Measurement.Default)
Creates a trigger out pulse on limit or margin violation or on successful completion of the measurement.
- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
trig_out_pls: NOACtion | SUCCess | VIOLation
- set(trig_out_pls: BeepMode, measurement=Measurement.Default) None[source]
# MEASurement<*>:ONViolation:TRIGgerout driver.measurement.onViolation.triggerOut.set(trig_out_pls = enums.BeepMode.NOACtion, measurement = repcap.Measurement.Default)
Creates a trigger out pulse on limit or margin violation or on successful completion of the measurement.
- Parameters:
trig_out_pls – NOACtion | SUCCess | VIOLation
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)