Configure

SCPI Command :

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

Configure commands group definition. 6 total commands, 2 Subgroups, 1 group commands

get_type_py() InstrumentType[source]
# SCPI: CONFigure:GPRF:GENerator<Instance>:TYPE
value: enums.InstrumentType = driver.configure.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.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.clone()

Subgroups