ClSlope

SCPI Command :

PBUS<*>:CLSLope
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(pwrBus=PwrBus.Default) PulseSlope[source]
# PBUS<*>:CLSLope
value: enums.PulseSlope = driver.pbus.clSlope.get(pwrBus = repcap.PwrBus.Default)

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

Parameters:

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

Returns:

clock_slope: POSitive | NEGative | EITHer

set(clock_slope: PulseSlope, pwrBus=PwrBus.Default) None[source]
# PBUS<*>:CLSLope
driver.pbus.clSlope.set(clock_slope = enums.PulseSlope.EITHer, pwrBus = repcap.PwrBus.Default)

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

Parameters:
  • clock_slope – POSitive | NEGative | EITHer

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