Dot

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:SCWI:TAP<ST>:DOT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mimoTap=MimoTap.Default) float[source]
# [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.

Parameters:

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

Returns:

dot_angle: float Range: 0 to 359.9

set(dot_angle: float, mimoTap=MimoTap.Default) None[source]
# [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.

Parameters:
  • dot_angle – float Range: 0 to 359.9

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