Dot

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:SCWI:TAP<ST>:DOT
class DotCls[source]

Dot 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>:DOT
value: float = driver.source.fsimulator.mimo.scwi.tap.dot.get(mimoTap = repcap.MimoTap.Default)

Sets the direction of travel of the mobile station.

param mimoTap

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

return

dot_angle: float Range: 0 to 359.9

set(dot_angle: float, mimoTap=MimoTap.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:SCWI:TAP<ST>:DOT
driver.source.fsimulator.mimo.scwi.tap.dot.set(dot_angle = 1.0, mimoTap = repcap.MimoTap.Default)

Sets the direction of travel of the mobile station.

param dot_angle

float Range: 0 to 359.9

param mimoTap

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