Gain
SCPI Command :
[SOURce<HW>]:FSIMulator:SCM:TAP<ST>:SUBCluster<DI>:GAIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mimoTap=MimoTap.Default, subCluster=SubCluster.Default) float[source]
# [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:SUBCluster<DI>:GAIN value: float = driver.source.fsimulator.scm.tap.subCluster.gain.get(mimoTap = repcap.MimoTap.Default, subCluster = repcap.SubCluster.Default)
Queries the resulting relative gain of an enabled sub-cluster.
- Parameters:
mimoTap – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)
subCluster – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubCluster’)
- Returns:
gain: float Range: -50 to 0
- set(gain: float, mimoTap=MimoTap.Default, subCluster=SubCluster.Default) None[source]
# [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:SUBCluster<DI>:GAIN driver.source.fsimulator.scm.tap.subCluster.gain.set(gain = 1.0, mimoTap = repcap.MimoTap.Default, subCluster = repcap.SubCluster.Default)
Queries the resulting relative gain of an enabled sub-cluster.
- Parameters:
gain – float Range: -50 to 0
mimoTap – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)
subCluster – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubCluster’)