Rwindow

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:FULL:RWINdow
class RwindowCls[source]

Rwindow commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get(vehicle=Vehicle.Default) int[source]
# SCPI: [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.

param vehicle

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

return

rep_window: integer Range: 0 to 1000

set(rep_window: int, vehicle=Vehicle.Default) None[source]
# SCPI: [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.

param rep_window

integer Range: 0 to 1000

param vehicle

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

Cloning the Group

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

Subgroups