Power

SCPI Command :

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

Power commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability indicator’

  • Avg: float: Average power of all samples

  • Max_Py: float: Maximum power of all samples

  • Par: float: Peak to average ratio

  • Index_Avg_Power: int: Index of the average power ‘bin’

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

Returns some statistic results for the power samples.

return:

structure: for return value, see the help for FetchStruct structure arguments.