Shape

SCPI Command :

[SOURce<HW>]:LFOutput<CH>:SHAPe
Commands in total: 10
Subgroups: 3
Direct child commands: 1
get(lfOutput=LfOutput.Default) LfShapeBfAmily[source]
# [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.

Parameters:

lfOutput – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)

Returns:

shape: SINE | SQUare | PULSe | TRIangle | TRAPeze

set(shape: LfShapeBfAmily, lfOutput=LfOutput.Default) None[source]
# [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.

Parameters:
  • shape – SINE | SQUare | PULSe | TRIangle | TRAPeze

  • lfOutput – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)

Cloning the Group

# Create a copy of the original group, that exists independently
shape_copy = driver.source.lfOutput.shape.clone()

Subgroups