Cslope
SCPI Command :
MEASurement<*>:AMPTime:CSLope
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) PulseSlope[source]
# MEASurement<*>:AMPTime:CSLope value: enums.PulseSlope = driver.measurement.ampTime.cslope.get(measIndex = repcap.MeasIndex.Default)
Sets the edge of the clock from which the setup and hold times are measured.
- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
set_hold_clk_slp: POSitive | NEGative | EITHer
- set(set_hold_clk_slp: PulseSlope, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:AMPTime:CSLope driver.measurement.ampTime.cslope.set(set_hold_clk_slp = enums.PulseSlope.EITHer, measIndex = repcap.MeasIndex.Default)
Sets the edge of the clock from which the setup and hold times are measured.
- Parameters:
set_hold_clk_slp – POSitive | NEGative | EITHer
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)