Select

SCPI Command :

CONFigure:MDPD:COEFficient:SELect
class SelectCls[source]

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

get() RsFsw.enums.CoefTypeK18[source]
# SCPI: CONFigure:MDPD:COEFficient:SELect
value: enums.CoefTypeK18 = driver.applications.k18AmplifierEt.configure.mdpd.coefficient.select.get()

Selects the source from which the coefficients are to be used.

return

type_py: FILE | MODeling FILE Uses the coefficients from a csv file. MODeling Uses the coefficients generated by the modelling.

set(type_py: RsFsw.enums.CoefTypeK18) None[source]
# SCPI: CONFigure:MDPD:COEFficient:SELect
driver.applications.k18AmplifierEt.configure.mdpd.coefficient.select.set(type_py = enums.CoefTypeK18.FILE)

Selects the source from which the coefficients are to be used.

param type_py

FILE | MODeling FILE Uses the coefficients from a csv file. MODeling Uses the coefficients generated by the modelling.