Report
SCPI Command :
MTESt:ONViolation:REPort
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mask_test: str) BeepMode[source]
# MTESt:ONViolation:REPort value: enums.BeepMode = driver.mtest.onViolation.report.get(mask_test = 'abc')
Creates and saves a report of the current settings and results.
- Parameters:
mask_test – String with the name of the mask test
- Returns:
report: See ‘Event parameter’
- set(mask_test: str, report: BeepMode) None[source]
# MTESt:ONViolation:REPort driver.mtest.onViolation.report.set(mask_test = 'abc', report = enums.BeepMode.NOACtion)
Creates and saves a report of the current settings and results.
- Parameters:
mask_test – String with the name of the mask test
report – See ‘Event parameter’