Gain

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:GAIN
class GainCls[source]

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

get(cluster=Cluster.Default) float[source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:GAIN
value: float = driver.source.fsimulator.mimo.scwi.cluster.gain.get(cluster = repcap.Cluster.Default)

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

param cluster

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

return

gain: float Range: -50 to 0

set(gain: float, cluster=Cluster.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:GAIN
driver.source.fsimulator.mimo.scwi.cluster.gain.set(gain = 1.0, cluster = repcap.Cluster.Default)

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

param gain

float Range: -50 to 0

param cluster

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