Increment

SCPI Command :

[SOURce]:IQ:OUTPut:DIGital:FADer<CH>:POWer:STEP:[INCRement]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(digitalIq=DigitalIq.Default) float[source]
# [SOURce]:IQ:OUTPut:DIGital:FADer<CH>:POWer:STEP:[INCRement]
value: float = driver.source.iq.output.digital.fader.power.step.increment.get(digitalIq = repcap.DigitalIq.Default)

Sets the step width. Use this value to vary the digital I/Q output level step-by-step.

Parameters:

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

set(ipart_increment: float, digitalIq=DigitalIq.Default) None[source]
# [SOURce]:IQ:OUTPut:DIGital:FADer<CH>:POWer:STEP:[INCRement]
driver.source.iq.output.digital.fader.power.step.increment.set(ipart_increment = 1.0, digitalIq = repcap.DigitalIq.Default)

Sets the step width. Use this value to vary the digital I/Q output level step-by-step.

Parameters:
  • ipart_increment – float Range: 0 to 80

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