Slope

SCPI Command :

[SOURce<HW>]:BB:DM:SMODulation:CLOCk:SLOPe:BIT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_bit() SlopeType[source]
# [SOURce<HW>]:BB:DM:SMODulation:CLOCk:SLOPe:BIT
value: enums.SlopeType = driver.source.bb.dm.smodulation.clock.slope.get_bit()

Sets the active edge of the bit clock.

Returns:

slope: NEGative | POSitive

set_bit(slope: SlopeType) None[source]
# [SOURce<HW>]:BB:DM:SMODulation:CLOCk:SLOPe:BIT
driver.source.bb.dm.smodulation.clock.slope.set_bit(slope = enums.SlopeType.NEGative)

Sets the active edge of the bit clock.

Parameters:

slope – NEGative | POSitive