Ywidth
SCPI Command :
MTESt:WFMRescale:YWIDth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mask_test: str) float[source]
# MTESt:WFMRescale:YWIDth value: float = driver.mtest.wfmRescale.ywidth.get(mask_test = 'abc')
Sets the width of the waveform mask in vertical direction. The specified factor in divisions is added to the y-values of the upper mask limit and subtracted from the y-values of the lower mask limit. Thus, the upper half of the mask is pulled upwards, the lower half is pulled down.
- Parameters:
mask_test – String containing the name of the mask test
- Returns:
vertical_width: Vertical mask width in divisions
- set(mask_test: str, vertical_width: float) None[source]
# MTESt:WFMRescale:YWIDth driver.mtest.wfmRescale.ywidth.set(mask_test = 'abc', vertical_width = 1.0)
Sets the width of the waveform mask in vertical direction. The specified factor in divisions is added to the y-values of the upper mask limit and subtracted from the y-values of the lower mask limit. Thus, the upper half of the mask is pulled upwards, the lower half is pulled down.
- Parameters:
mask_test – String containing the name of the mask test
vertical_width – Vertical mask width in divisions