Increment

SCPI Command :

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

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

Parameters:

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

set(ipart_increment: float, iqConnector=IqConnector.Default) None[source]
# [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:POWer:STEP:[INCRement]
driver.source.iq.output.digital.bbmm.power.step.increment.set(ipart_increment = 1.0, iqConnector = repcap.IqConnector.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

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