State

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mimoTap=MimoTap.Default, ray=Ray.Default) bool[source]
# [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:STATe
value: bool = driver.source.fsimulator.mimo.tap.tgn.ray.state.get(mimoTap = repcap.MimoTap.Default, ray = repcap.Ray.Default)

Enables/disables the selected ray.

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

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

Returns:

ray_state: 1 | ON | 0| OFF

set(ray_state: bool, mimoTap=MimoTap.Default, ray=Ray.Default) None[source]
# [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:STATe
driver.source.fsimulator.mimo.tap.tgn.ray.state.set(ray_state = False, mimoTap = repcap.MimoTap.Default, ray = repcap.Ray.Default)

Enables/disables the selected ray.

Parameters:
  • ray_state – 1 | ON | 0| OFF

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

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