Gain

SCPI Command :

[SOURce<HW>]:FSIMulator:SCM:TAP<ST>:GAIN
class GainCls[source]

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

get(mimoTap=MimoTap.Default) float[source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:GAIN
value: float = driver.source.fsimulator.scm.tap.gain.get(mimoTap = repcap.MimoTap.Default)

Sets the relative gain (in dB) of the cluster.

param mimoTap

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

return

gain: float Range: -50 to 0

set(gain: float, mimoTap=MimoTap.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:GAIN
driver.source.fsimulator.scm.tap.gain.set(gain = 1.0, mimoTap = repcap.MimoTap.Default)

Sets the relative gain (in dB) of the cluster.

param gain

float Range: -50 to 0

param mimoTap

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