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.power.cumulativeDistribFnc.fetch()

Returns the CCDF diagram contents.

Use RsCmwGprfMeas.reliability.last_value to read the updated reliability indicator.

return:

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

Cloning the Group

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

Subgroups