Slope

SCPI Command :

CONNector:USER<CH>:CLOCk:SLOPe
class SlopeCls[source]

Slope commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userIx=UserIx.Default) SlopeType[source]
# SCPI: CONNector:USER<CH>:CLOCk:SLOPe
value: enums.SlopeType = driver.connector.user.clock.slope.get(userIx = repcap.UserIx.Default)

Sets the polarity of the active slope of an applied instrument trigger/clock.

param userIx:

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

return:

slope: NEGative| POSitive

set(slope: SlopeType, userIx=UserIx.Default) None[source]
# SCPI: CONNector:USER<CH>:CLOCk:SLOPe
driver.connector.user.clock.slope.set(slope = enums.SlopeType.NEGative, userIx = repcap.UserIx.Default)

Sets the polarity of the active slope of an applied instrument trigger/clock.

param slope:

NEGative| POSitive

param userIx:

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