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

No command help available

param userIx

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

return

slope: No help available

set(slope: RsSmbv.enums.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)

No command help available

param slope

No help available

param userIx

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