Segment

SCPI Command :

CONFigure:REFSignal:SEGMent
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# CONFigure:REFSignal:SEGMent
value: float = driver.applications.k18AmplifierEt.configure.refSignal.segment.get()

This command selects the segment of the reference signal that should be used in the measurement when the reference signal is based on a multi segment waveform file.

Returns:

segment: numeric value: (integer only) Range: Depends on the number of segments in the waveform file.

set(segment: float) None[source]
# CONFigure:REFSignal:SEGMent
driver.applications.k18AmplifierEt.configure.refSignal.segment.set(segment = 1.0)

This command selects the segment of the reference signal that should be used in the measurement when the reference signal is based on a multi segment waveform file.

Parameters:

segment – numeric value: (integer only) Range: Depends on the number of segments in the waveform file.