Increment

SCPI Command :

[SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:POWer:STEP:[INCRement]
class IncrementCls[source]

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

get(iqConnector=IqConnector.Default) float[source]
# SCPI: [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.

param iqConnector

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

return

ipart_increment: No help available

set(ipart_increment: float, iqConnector=IqConnector.Default) None[source]
# SCPI: [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.

param ipart_increment

float Range: 0 to 80

param iqConnector

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