Speed
SCPI Command :
[SOURce<HW>]:FSIMulator:MIMO:SCWI:TAP<ST>:SPEed
- class SpeedCls[source]
Speed commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mimoTap=MimoTap.Default) float [source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:SCWI:TAP<ST>:SPEed value: float = driver.source.fsimulator.mimo.scwi.tap.speed.get(mimoTap = repcap.MimoTap.Default)
Sets the speed of the mobile station.
- param mimoTap
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)
- return
speed: float Range: 0 to 27778
- set(speed: float, mimoTap=MimoTap.Default) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:SCWI:TAP<ST>:SPEed driver.source.fsimulator.mimo.scwi.tap.speed.set(speed = 1.0, mimoTap = repcap.MimoTap.Default)
Sets the speed of the mobile station.
- param speed
float Range: 0 to 27778
- param mimoTap
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)