Slope
SCPI Command :
CONNector:USER<CH>:CLOCk:SLOPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) SlopeType[source]
# CONNector:USER<CH>:CLOCk:SLOPe value: enums.SlopeType = driver.connector.user.clock.slope.get(userIx = repcap.UserIx.Default)
No help available
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- set(slope: SlopeType, userIx=UserIx.Default) None[source]
# CONNector:USER<CH>:CLOCk:SLOPe driver.connector.user.clock.slope.set(slope = enums.SlopeType.NEGative, userIx = repcap.UserIx.Default)
No help available
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)