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: decimal See ‘Reliability indicator’

  • Avg: float: float Average power of all samples Unit: dBm

  • Max_Py: float: float Maximum power of all samples Unit: dBm

  • Par: float: float Peak to average ratio Unit: dB

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

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

Returns some statistic results for the power samples.

return:

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