Segment

SCPI Command :

CONFigure:REFSignal:SEGMent
class SegmentCls[source]

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

get() float[source]
# SCPI: 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.

return

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

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

param segment

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