CumulativeDistribFnc

SCPI Command :

FETCh:GPRF:MEASurement<Instance>:POWer:CCDF
class CumulativeDistribFncCls[source]

CumulativeDistribFnc commands group definition. 4 total commands, 3 Subgroups, 1 group commands

fetch() List[float][source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:POWer:CCDF
value: List[float] = driver.gprf.measurement.power.cumulativeDistribFnc.fetch()

Returns the CCDF diagram contents.

Suppressed linked return values: reliability

return:

results: 4096 results, each representing a 0.047-dB interval (‘bin’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.gprf.measurement.power.cumulativeDistribFnc.clone()

Subgroups