Speed
SCPI Command :
[SOURce<HW>]:FSIMulator:MIMO:SCWI:TAP<ST>:SPEed
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mimoTap=MimoTap.Default) float[source]
# [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.
- Parameters:
mimoTap – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)
- Returns:
speed: float Range: 0 to 27778
- set(speed: float, mimoTap=MimoTap.Default) None[source]
# [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.
- Parameters:
speed – float Range: 0 to 27778
mimoTap – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)