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