Method

SCPI Command :

[SENSe]:CORRection:METHod
class MethodCls[source]

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

get() RsFsw.enums.CorrectionMethod[source]
# SCPI: [SENSe]:CORRection:METHod
value: enums.CorrectionMethod = driver.sense.correction.method.get()

Selects the type of measurement to be performed with the generator. Is only available if External Generator Control (R&S FSW-B10) is installed and active.

return

type_py: REFLection Selects reflection measurements. TRANsmission Selects transmission measurements.

set(type_py: RsFsw.enums.CorrectionMethod) None[source]
# SCPI: [SENSe]:CORRection:METHod
driver.sense.correction.method.set(type_py = enums.CorrectionMethod.REFLexion)

Selects the type of measurement to be performed with the generator. Is only available if External Generator Control (R&S FSW-B10) is installed and active.

param type_py

REFLection Selects reflection measurements. TRANsmission Selects transmission measurements.