Rwindow

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:FULL:RWINdow
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get(vehicle=Vehicle.Default) int[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:FULL:RWINdow
value: int = driver.source.bb.gnss.receiver.v.environment.full.rwindow.get(vehicle = repcap.Vehicle.Default)

Sets the repeating period (in km or s) of repeating objects.

Parameters:

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

Returns:

rep_window: integer Range: 0 to 1000

set(rep_window: int, vehicle=Vehicle.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:FULL:RWINdow
driver.source.bb.gnss.receiver.v.environment.full.rwindow.set(rep_window = 1, vehicle = repcap.Vehicle.Default)

Sets the repeating period (in km or s) of repeating objects.

Parameters:
  • rep_window – integer Range: 0 to 1000

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

Cloning the Group

# Create a copy of the original group, that exists independently
rwindow_copy = driver.source.bb.gnss.receiver.v.environment.full.rwindow.clone()

Subgroups