State

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SIGNal:L2Band:E6PRs:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SIGNal:L2Band:E6PRs:[STATe]
value: bool = driver.source.bb.gnss.svid.galileo.signal.l2Band.e6Prs.state.get(satelliteSvid = repcap.SatelliteSvid.Default)

Activates the selected signal.

Parameters:

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

Returns:

state: 1 | ON | 0| OFF

set(state: bool, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:SIGNal:L2Band:E6PRs:[STATe]
driver.source.bb.gnss.svid.galileo.signal.l2Band.e6Prs.state.set(state = False, satelliteSvid = repcap.SatelliteSvid.Default)

Activates the selected signal.

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

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