ValRf

SCPI Command :

[SOURce<HW>]:VALRf:SLOPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_slope() SlopeType[source]
# [SOURce<HW>]:VALRf:SLOPe
value: enums.SlopeType = driver.source.valRf.get_slope()

No help available

set_slope(sig_valid_slope: SlopeType) None[source]
# [SOURce<HW>]:VALRf:SLOPe
driver.source.valRf.set_slope(sig_valid_slope = enums.SlopeType.NEGative)

No help available