Method
SCPI Command :
[SENSe]:CORRection:METHod
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() CorrectionMethod[source]
# [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.
- Returns:
type_py: REFLection Selects reflection measurements. TRANsmission Selects transmission measurements.
- set(type_py: CorrectionMethod) None[source]
# [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.
- Parameters:
type_py – REFLection Selects reflection measurements. TRANsmission Selects transmission measurements.