Tgenerator

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:SPECtrum:TGENerator:ENABle
CONFigure:GPRF:MEASurement<Instance>:SPECtrum:TGENerator:NORMalize
class TgeneratorCls[source]

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

get_enable() bool[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:TGENerator:ENABle
value: bool = driver.configure.gprfMeasurement.spectrum.tgenerator.get_enable()

Enables the tracking mode, so that the generator application acts as tracking generator.

return:

state: OFF | ON

get_normalize() bool[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:TGENerator:NORMalize
value: bool = driver.configure.gprfMeasurement.spectrum.tgenerator.get_normalize()

Enables the normalization of the frequency sweep results for measurements with tracking generator.

return:

normalize: OFF | ON

set_enable(state: bool) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:TGENerator:ENABle
driver.configure.gprfMeasurement.spectrum.tgenerator.set_enable(state = False)

Enables the tracking mode, so that the generator application acts as tracking generator.

param state:

OFF | ON

set_normalize(normalize: bool) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:TGENerator:NORMalize
driver.configure.gprfMeasurement.spectrum.tgenerator.set_normalize(normalize = False)

Enables the normalization of the frequency sweep results for measurements with tracking generator.

param normalize:

OFF | ON