Dcycle

SCPI Command :

[SOURce<HW>]:LFOutput<CH>:SHAPe:PULSe:DCYCle
class DcycleCls[source]

Dcycle commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(lfOutput=LfOutput.Default) float[source]
# SCPI: [SOURce<HW>]:LFOutput<CH>:SHAPe:PULSe:DCYCle
value: float = driver.source.lfOutput.shape.pulse.dcycle.get(lfOutput = repcap.LfOutput.Default)

Sets the duty cycle for the shape pulse.

param lfOutput

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

return

dcycle: float Range: 1E-6 to 100, Unit: PCT

set(dcycle: float, lfOutput=LfOutput.Default) None[source]
# SCPI: [SOURce<HW>]:LFOutput<CH>:SHAPe:PULSe:DCYCle
driver.source.lfOutput.shape.pulse.dcycle.set(dcycle = 1.0, lfOutput = repcap.LfOutput.Default)

Sets the duty cycle for the shape pulse.

param dcycle

float Range: 1E-6 to 100, Unit: PCT

param lfOutput

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