Gain

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:GAIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cluster=Cluster.Default) float[source]
# [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.

Parameters:

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

Returns:

gain: float Range: -50 to 0

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

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

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