Method
SCPI Command :
[SENSe]:ADEMod:MCPHase:METHod
- class MethodCls[source]
Method commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.GprdMeasMethod [source]
# SCPI: [SENSe]:ADEMod:MCPHase:METHod value: enums.GprdMeasMethod = driver.applications.k17Mcgd.sense.ademod.mcPhase.method.get()
Selects the method used for group delay measurements. This command is maintained for compatibility reasons only. As the FSW MCGD application only supports orthogonal measurements, this command returns an error if the FLATtop parameter is used.
- return
method: ORTHogonal | FLATtop
- set(method: RsFsw.enums.GprdMeasMethod) None [source]
# SCPI: [SENSe]:ADEMod:MCPHase:METHod driver.applications.k17Mcgd.sense.ademod.mcPhase.method.set(method = enums.GprdMeasMethod.FLATtop)
Selects the method used for group delay measurements. This command is maintained for compatibility reasons only. As the FSW MCGD application only supports orthogonal measurements, this command returns an error if the FLATtop parameter is used.
- param method
ORTHogonal | FLATtop