Segment
SCPI Commands :
[SOURce<HW>]:BB:ARBitrary:WSEGment:CONFigure:SEGMent:APPend
[SOURce<HW>]:BB:ARBitrary:WSEGment:CONFigure:SEGMent:CATalog
- class SegmentCls[source]
Segment commands group definition. 5 total commands, 1 Subgroups, 2 group commands
- get_catalog() List[str] [source]
# SCPI: [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.
- return:
catalog: string
- set_append(waveform: str) None [source]
# SCPI: [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.
- param waveform:
string
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.arbitrary.wsegment.configure.segment.clone()
Subgroups