Rlength

SCPI Command :

CONFigure:REFSignal:GOS:RLENgth
class RlengthCls[source]

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

get() float[source]
# SCPI: CONFigure:REFSignal:GOS:RLENgth
value: float = driver.applications.k18AmplifierEt.configure.refSignal.gos.rlength.get()

This command defines the ramp length of an internally generated pulsed reference signal.

return

samples: numeric value: (integer only) Number of samples on each side of the pulse (= ramp length) . Unit: Samples

set(samples: float) None[source]
# SCPI: CONFigure:REFSignal:GOS:RLENgth
driver.applications.k18AmplifierEt.configure.refSignal.gos.rlength.set(samples = 1.0)

This command defines the ramp length of an internally generated pulsed reference signal.

param samples

numeric value: (integer only) Number of samples on each side of the pulse (= ramp length) . Unit: Samples