Print
SCPI Command :
MTESt:ONViolation:PRINt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mask_test: str) BeepMode[source]
# MTESt:ONViolation:PRINt value: enums.BeepMode = driver.mtest.onViolation.print.get(mask_test = 'abc')
Saves a screenshot including the measurement results for the specified event.
- Parameters:
mask_test – String with the name of the mask test
- Returns:
print_py: See ‘Event parameter’
- set(mask_test: str, print_py: BeepMode) None[source]
# MTESt:ONViolation:PRINt driver.mtest.onViolation.print.set(mask_test = 'abc', print_py = enums.BeepMode.NOACtion)
Saves a screenshot including the measurement results for the specified event.
- Parameters:
mask_test – String with the name of the mask test
print_py – See ‘Event parameter’