CumulativeDistribFnc

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:NRT:FWARd:LIMit:CCDF
class CumulativeDistribFncCls[source]

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

class CumulativeDistribFncStruct[source]

Response structure. Fields:

  • Lower: float: Range: 0 % to 100 %, Unit: %

  • Upper: float: Range: 0 % to 100 %, Unit: %

get() CumulativeDistribFncStruct[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:NRT:FWARd:LIMit:CCDF
value: CumulativeDistribFncStruct = driver.configure.gprfMeasurement.nrt.forward.limit.cumulativeDistribFnc.get()

Configures limits for the CCDF results.

return:

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

set(lower: float, upper: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:NRT:FWARd:LIMit:CCDF
driver.configure.gprfMeasurement.nrt.forward.limit.cumulativeDistribFnc.set(lower = 1.0, upper = 1.0)

Configures limits for the CCDF results.

param lower:

Range: 0 % to 100 %, Unit: %

param upper:

Range: 0 % to 100 %, Unit: %