X<Trace>

SCPI Command :

CALCulate<n>:STATistics:CCDF:X<t>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Tr1 .. Tr16

driver.calculate.statistics.cumulativeDistribFnc.x.repcap_trace_set(repcap.Trace.Tr1)
get(ccdf_meas_re_sults: Probability, window=Window.Default, trace=Trace.Default) float[source]
# CALCulate<n>:STATistics:CCDF:X<t>
value: float = driver.calculate.statistics.cumulativeDistribFnc.x.get(ccdf_meas_re_sults = enums.Probability.P0_01, window = repcap.Window.Default, trace = repcap.Trace.Default)

Queries the results of the CCDF.

Parameters:
  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘X’)

Cloning the Group

# Create a copy of the original group, that exists independently
x_copy = driver.calculate.statistics.cumulativeDistribFnc.x.clone()