WfmSave

SCPI Command :

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

Saves the waveform data using the default RefCurve filename.

Parameters:

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

Returns:

save_wfm: See ‘Event parameter’

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

Saves the waveform data using the default RefCurve filename.

Parameters:
  • save_wfm – See ‘Event parameter’

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