Gain

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:GVECtor<ST>:GAIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mimoTap=MimoTap.Default, gainVector=GainVector.Default) float[source]
# [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:GVECtor<ST>:GAIN
value: float = driver.source.fsimulator.mimo.tap.gvector.gain.get(mimoTap = repcap.MimoTap.Default, gainVector = repcap.GainVector.Default)

Sets the relative gain in the selected path.

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

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

Returns:

gain: float Range: -50 to 0

set(gain: float, mimoTap=MimoTap.Default, gainVector=GainVector.Default) None[source]
# [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:GVECtor<ST>:GAIN
driver.source.fsimulator.mimo.tap.gvector.gain.set(gain = 1.0, mimoTap = repcap.MimoTap.Default, gainVector = repcap.GainVector.Default)

Sets the relative gain in the selected path.

Parameters:
  • gain – float Range: -50 to 0

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

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