Gain

SCPI Commands

SOURce:MODulation:GAIN
class GainCls[source]

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

get(arg_0: float, arg_1: Optional[str] = None) float[source]
# SCPI: [SOURce]:MODulation:GAIN
value: float = driver.source.modulation.gain.get(arg_0 = 1.0, arg_1 = r1)

Sets or queries the modulation gain.

param arg_0

numeric value | MIN | MINimum | MAX | MAXimum | UP | DOWN | list numeric value Numeric value of the modulation gain. MIN | MINimum Minimum value of the modulation gain. MAX | MAXimum Maximum value of the modulation gain UP Increases gain by a defined step size. DOWN Decreases gain by a defined step size.

param arg_1

list

return

arg_0: numeric value | MIN | MINimum | MAX | MAXimum | UP | DOWN | list numeric value Numeric value of the modulation gain. MIN | MINimum Minimum value of the modulation gain. MAX | MAXimum Maximum value of the modulation gain UP Increases gain by a defined step size. DOWN Decreases gain by a defined step size.

set(arg_0: float, arg_1: Optional[str] = None) None[source]
# SCPI: [SOURce]:MODulation:GAIN
driver.source.modulation.gain.set(arg_0 = 1.0, arg_1 = r1)

Sets or queries the modulation gain.

param arg_0

numeric value | MIN | MINimum | MAX | MAXimum | UP | DOWN | list numeric value Numeric value of the modulation gain. MIN | MINimum Minimum value of the modulation gain. MAX | MAXimum Maximum value of the modulation gain UP Increases gain by a defined step size. DOWN Decreases gain by a defined step size.

param arg_1

list