ResSave

SCPI Command :

MEASurement<*>:ONViolation:RESSave
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) BeepMode[source]
# MEASurement<*>:ONViolation:RESSave
value: enums.BeepMode = driver.measurement.onViolation.resSave.get(measurement = repcap.Measurement.Default)

Starts the export of selected results to file 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:

save_results: NOACtion | SUCCess | VIOLation

set(save_results: BeepMode, measurement=Measurement.Default) None[source]
# MEASurement<*>:ONViolation:RESSave
driver.measurement.onViolation.resSave.set(save_results = enums.BeepMode.NOACtion, measurement = repcap.Measurement.Default)

Starts the export of selected results to file on limit or margin violation or on successful completion of the measurement.

Parameters:
  • save_results – NOACtion | SUCCess | VIOLation

  • measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)