Segment
SCPI Command :
CONFigure:GENerator:SEGMent
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# 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*WAIto make sure that the command was successfully applied on the generator before sending the next command.- Returns:
segment: numeric value: (integer only) Range: Depends on the number of segments in the waveform file.
- set(segment: float) None[source]
# 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*WAIto make sure that the command was successfully applied on the generator before sending the next command.- Parameters:
segment – numeric value: (integer only) Range: Depends on the number of segments in the waveform file.
Cloning the Group
# Create a copy of the original group, that exists independently
segment_copy = driver.applications.k18AmplifierEt.configure.generator.segment.clone()
Subgroups