Scal

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:SCAL:STANdard
CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:SCAL:CFGenerator
class ScalCls[source]

Scal commands group definition. 5 total commands, 2 Subgroups, 2 group commands

get_cfgenerator() bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:SCAL:CFGenerator
value: bool = driver.configure.afRf.measurement.multiEval.tones.scal.get_cfgenerator()

Couples the SELCAL tone settings of the analyzer to the corresponding generator settings.

return:

conf_from_gen: OFF | ON

get_standard() SelCalStandard[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:SCAL:STANdard
value: enums.SelCalStandard = driver.configure.afRf.measurement.multiEval.tones.scal.get_standard()

Selects the SELCAL standard. Selecting the standard also determines the dual-tone frequencies that the CMA expects during a SELCAL measurement.

return:

standard: SCAL16 | SCAL32 | UDEFind SCAL16 SELCAL16 standard and corresponding frequencies SCAL32 SELCAL32 standard and corresponding frequencies UDEFinde User-defined dual-tone frequencies

set_cfgenerator(conf_from_gen: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:SCAL:CFGenerator
driver.configure.afRf.measurement.multiEval.tones.scal.set_cfgenerator(conf_from_gen = False)

Couples the SELCAL tone settings of the analyzer to the corresponding generator settings.

param conf_from_gen:

OFF | ON

set_standard(standard: SelCalStandard) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:SCAL:STANdard
driver.configure.afRf.measurement.multiEval.tones.scal.set_standard(standard = enums.SelCalStandard.SCAL16)

Selects the SELCAL standard. Selecting the standard also determines the dual-tone frequencies that the CMA expects during a SELCAL measurement.

param standard:

SCAL16 | SCAL32 | UDEFind SCAL16 SELCAL16 standard and corresponding frequencies SCAL32 SELCAL32 standard and corresponding frequencies UDEFinde User-defined dual-tone frequencies

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.afRf.measurement.multiEval.tones.scal.clone()

Subgroups