Sample

SCPI Command :

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

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability indicator’

  • Count: int: Total sample count

  • Time: float: Total sample time

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

Returns the sample counters for the APD and CCDF results.

return:

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