Mt

SCPI Commands :

WAVeform:MT:COUNt
WAVeform:MT:SPACing
class MtCls[source]

Mt commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_count() float[source]
# SCPI: WAVeform:MT:COUNt
value: float = driver.waveform.mt.get_count()

Sets the number of tones.

return:

count: integer Range: 2 to 1024

get_spacing() float[source]
# SCPI: WAVeform:MT:SPACing
value: float = driver.waveform.mt.get_spacing()

Sets the tone spacing.

return:

spacing: float Range: 100 to 1e+07

set_count(count: float) None[source]
# SCPI: WAVeform:MT:COUNt
driver.waveform.mt.set_count(count = 1.0)

Sets the number of tones.

param count:

integer Range: 2 to 1024

set_spacing(spacing: float) None[source]
# SCPI: WAVeform:MT:SPACing
driver.waveform.mt.set_spacing(spacing = 1.0)

Sets the tone spacing.

param spacing:

float Range: 100 to 1e+07