Source

SCPI Command :

MTESt:SOURce
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mask_test: str) SignalSource[source]
# MTESt:SOURce
value: enums.SignalSource = driver.mtest.source.get(mask_test = 'abc')

Selects the waveform to be tested against the mask.

Parameters:

mask_test – String containing the name of the mask test

Returns:

source: Waveform to be tested, see ‘Waveform parameter’

set(mask_test: str, source: SignalSource) None[source]
# MTESt:SOURce
driver.mtest.source.set(mask_test = 'abc', source = enums.SignalSource.AJ1)

Selects the waveform to be tested against the mask.

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

  • source – Waveform to be tested, see ‘Waveform parameter’