Ctype
SCPI Command :
MTESt:CTYPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mask_test: str) MeasDefinitionType[source]
# MTESt:CTYPe value: enums.MeasDefinitionType = driver.mtest.ctype.get(mask_test = 'abc')
Sets the method of mask definition.
- Parameters:
mask_test – String with the name of the mask test
- Returns:
definition_type: USER | WFML | EYEMask | PROTocol
USER: The mask segments are created by entering the numerical x- and y-values of the mask points.See: ‘Mask definition: user mask’
WFML: The mask is created from the envelope of an existing waveform.See: ‘Mask definition: waveform mask’
EYEMask: Mask for eye diagram testing. See: ‘Eye mask testing’.Requires jitter option R&S RTP-K12
- set(mask_test: str, definition_type: MeasDefinitionType) None[source]
# MTESt:CTYPe driver.mtest.ctype.set(mask_test = 'abc', definition_type = enums.MeasDefinitionType.EYEMask)
Sets the method of mask definition.
- Parameters:
mask_test – String with the name of the mask test
definition_type –
USER | WFML | EYEMask | PROTocol
USER: The mask segments are created by entering the numerical x- and y-values of the mask points.See: ‘Mask definition: user mask’
WFML: The mask is created from the envelope of an existing waveform.See: ‘Mask definition: waveform mask’
EYEMask: Mask for eye diagram testing. See: ‘Eye mask testing’.Requires jitter option R&S RTP-K12