Gain

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:GAIN
class GainCls[source]

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

get(mimoTap=MimoTap.Default, ray=Ray.Default) float[source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:GAIN
value: float = driver.source.fsimulator.mimo.tap.tgn.ray.gain.get(mimoTap = repcap.MimoTap.Default, ray = repcap.Ray.Default)

Sets the relative gain (in dB) of the selected ray.

param mimoTap

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

param ray

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

return

gain: float Range: -50 to 0

set(gain: float, mimoTap=MimoTap.Default, ray=Ray.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:GAIN
driver.source.fsimulator.mimo.tap.tgn.ray.gain.set(gain = 1.0, mimoTap = repcap.MimoTap.Default, ray = repcap.Ray.Default)

Sets the relative gain (in dB) of the selected ray.

param gain

float Range: -50 to 0

param mimoTap

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

param ray

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