Segment
SCPI Commands :
[SOURce<HW>]:BB:ARBitrary:WSEGment:CONFigure:SEGMent:APPend
[SOURce<HW>]:BB:ARBitrary:WSEGment:CONFigure:SEGMent:CATalog
- Commands in total: 5Subgroups: 1Direct child commands: 2
- get_catalog() List[str][source]
# [SOURce<HW>]:BB:ARBitrary:WSEGment:CONFigure:SEGMent:CATalog value: List[str] = driver.source.bb.arbitrary.wsegment.configure.segment.get_catalog()
Queries the segments of the currently selected configuration file.
- Returns:
catalog: string
- set_append(waveform: str) None[source]
# [SOURce<HW>]:BB:ARBitrary:WSEGment:CONFigure:SEGMent:APPend driver.source.bb.arbitrary.wsegment.configure.segment.set_append(waveform = 'abc')
Appends the specified waveform to the configuration file.
- Parameters:
waveform – string
Cloning the Group
# Create a copy of the original group, that exists independently
segment_copy = driver.source.bb.arbitrary.wsegment.configure.segment.clone()
Subgroups