Xwidth

SCPI Command :

MTESt:WFMRescale:XWIDth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mask_test: str) float[source]
# MTESt:WFMRescale:XWIDth
value: float = driver.mtest.wfmRescale.xwidth.get(mask_test = 'abc')

Sets the width of the mask in horizontal direction. The specified factor in divisions is added to the positive x-values and subtracted from the negative x-values of the mask limits in relation to the source waveform of the mask.

Parameters:

mask_test – String containing the name of the mask test

Returns:

horiz_wdt: 0 to 1000

set(mask_test: str, horiz_wdt: float) None[source]
# MTESt:WFMRescale:XWIDth
driver.mtest.wfmRescale.xwidth.set(mask_test = 'abc', horiz_wdt = 1.0)

Sets the width of the mask in horizontal direction. The specified factor in divisions is added to the positive x-values and subtracted from the negative x-values of the mask limits in relation to the source waveform of the mask.

Parameters:
  • mask_test – String containing the name of the mask test

  • horiz_wdt – 0 to 1000