Xoffset
SCPI Command :
MTESt:SEGMent:RESCale:XOFFset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mask_test: str, mask_segment: int) float[source]
# MTESt:SEGMent:RESCale:XOFFset value: float = driver.mtest.segment.rescale.xoffset.get(mask_test = 'abc', mask_segment = 1)
Moves the mask segment horizontally. The specified offset is added to the x-values of all points of the selected mask segment. Only takes effect after the method
RsRtx.mtest.segment.rescale.recalculate.set()command.- Parameters:
mask_test – String with the name of the mask test
mask_segment – Number of the segment. Counting starts from 0.
- Returns:
offset_x: -50 to 50
- set(mask_test: str, mask_segment: int, offset_x: float) None[source]
# MTESt:SEGMent:RESCale:XOFFset driver.mtest.segment.rescale.xoffset.set(mask_test = 'abc', mask_segment = 1, offset_x = 1.0)
Moves the mask segment horizontally. The specified offset is added to the x-values of all points of the selected mask segment. Only takes effect after the method
RsRtx.mtest.segment.rescale.recalculate.set()command.- Parameters:
mask_test – String with the name of the mask test
mask_segment – Number of the segment. Counting starts from 0.
offset_x – -50 to 50