Gain

SCPI Command :

[SOURce<HW>]:FSIMulator:SCM:TAP<ST>:GAIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mimoTap=MimoTap.Default) float[source]
# [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.

Parameters:

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

Returns:

gain: float Range: -50 to 0

set(gain: float, mimoTap=MimoTap.Default) None[source]
# [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.

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

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