Generator

SCPI Command :

CONFigure:GPRF:GENerator<Instance>:TYPE
class GeneratorCls[source]

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

get_type_py() InstrumentType[source]
# SCPI: CONFigure:GPRF:GENerator<Instance>:TYPE
value: enums.InstrumentType = driver.configure.gprf.generator.get_type_py()

No command help available

return:

instrument_type: No help available

set_type_py(instrument_type: InstrumentType) None[source]
# SCPI: CONFigure:GPRF:GENerator<Instance>:TYPE
driver.configure.gprf.generator.set_type_py(instrument_type = enums.InstrumentType.PROTocol)

No command help available

param instrument_type:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.gprf.generator.clone()

Subgroups