Rlength

SCPI Command :

CONFigure:REFSignal:GOS:RLENgth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# 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.

Returns:

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

set(samples: float) None[source]
# 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.

Parameters:

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