ClSlope

SCPI Command :

BUS<*>:PARallel:CLSLope
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) Edge[source]
# BUS<*>:PARallel:CLSLope
value: enums.Edge = driver.bus.parallel.clSlope.get(bus = repcap.Bus.Default)

Selects the slope of the clock signal at which all digital channels of the bus are analyzed.

Parameters:

bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

Returns:

clock_slope: POSitive | NEGative | EITHer

set(clock_slope: Edge, bus=Bus.Default) None[source]
# BUS<*>:PARallel:CLSLope
driver.bus.parallel.clSlope.set(clock_slope = enums.Edge.EITHer, bus = repcap.Bus.Default)

Selects the slope of the clock signal at which all digital channels of the bus are analyzed.

Parameters:
  • clock_slope – POSitive | NEGative | EITHer

  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)