Method
SCPI Command :
[SENSe]:ADEMod:MCPHase:METHod
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() GprdMeasMethod[source]
# [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.
- Returns:
method: ORTHogonal | FLATtop
- set(method: GprdMeasMethod) None[source]
# [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.
- Parameters:
method – ORTHogonal | FLATtop