Generator

SCPI Command :

GENerator:TYPE
class GeneratorCls[source]

Generator commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_type_py() GeneratorType[source]
# SCPI: GENerator:TYPE
value: enums.GeneratorType = driver.generator.get_type_py()

Sets the generator type.

return:

type_py: SMBB| SW| SGT| SMBV| SMJ| SMW| SMU| SMM SMBB designates R&S SMBV100B.

set_type_py(type_py: GeneratorType) None[source]
# SCPI: GENerator:TYPE
driver.generator.set_type_py(type_py = enums.GeneratorType.SGT)

Sets the generator type.

param type_py:

SMBB| SW| SGT| SMBV| SMJ| SMW| SMU| SMM SMBB designates R&S SMBV100B.