MaxPm
SCPI Command :
[SENSe]:CHIRp:PHASe:MAXPm
- Commands in total: 5Subgroups: 4Direct child commands: 1
- get(query_range: SelectionRange) float[source]
# [SENSe]:CHIRp:PHASe:MAXPm value: float = driver.applications.k60Transient.sense.chirp.phase.maxPm.get(query_range = enums.SelectionRange.ALL)
No help available
- Parameters:
query_range – SELected | CURRent | ALL SELected Selected chirp CURRent Detected chirps in the current capture buffer ALL All chirps detected in the entire measurement
- Returns:
result: SELected | CURRent | ALL SELected Selected chirp CURRent Detected chirps in the current capture buffer ALL All chirps detected in the entire measurement
Cloning the Group
# Create a copy of the original group, that exists independently
maxPm_copy = driver.applications.k60Transient.sense.chirp.phase.maxPm.clone()
Subgroups