Dcycle

SCPI Command :

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

Parameters:

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

Returns:

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

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

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

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