Shape
SCPI Command :
[SOURce<HW>]:LFOutput<CH>:SHAPe
- class ShapeCls[source]
Shape commands group definition. 10 total commands, 3 Subgroups, 1 group commands
- get(lfOutput=LfOutput.Default) RsSmbv.enums.LfShapeBfAmily [source]
# SCPI: [SOURce<HW>]:LFOutput<CH>:SHAPe value: enums.LfShapeBfAmily = driver.source.lfOutput.shape.get(lfOutput = repcap.LfOutput.Default)
Selects the waveform shape of the LF signal.
- param lfOutput
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)
- return
shape: SINE| SQUare| PULSe| TRIangle| TRAPeze
- set(shape: RsSmbv.enums.LfShapeBfAmily, lfOutput=LfOutput.Default) None [source]
# SCPI: [SOURce<HW>]:LFOutput<CH>:SHAPe driver.source.lfOutput.shape.set(shape = enums.LfShapeBfAmily.PULSe, lfOutput = repcap.LfOutput.Default)
Selects the waveform shape of the LF signal.
- param shape
SINE| SQUare| PULSe| TRIangle| TRAPeze
- param lfOutput
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.lfOutput.shape.clone()
Subgroups