Segment

SCPI Command :

CONFigure:GENerator:SEGMent
class SegmentCls[source]

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

get() float[source]
# SCPI: CONFigure:GENerator:SEGMent
value: float = driver.applications.k18AmplifierEt.configure.generator.segment.get()

This command selects the segment in a multi-waveform file that should be selected on the signal generator. Make sure to synchronize with *OPC? or *WAI to make sure that the command was successfully applied on the generator before sending the next command.

return

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

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

This command selects the segment in a multi-waveform file that should be selected on the signal generator. Make sure to synchronize with *OPC? or *WAI to make sure that the command was successfully applied on the generator before sending the next command.

param segment

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k18AmplifierEt.configure.generator.segment.clone()

Subgroups