Start
SCPI Commands :
[SOURce<HW>]:BB:GNSS:TIME:STARt:TBASis
[SOURce<HW>]:BB:GNSS:TIME:STARt:TOWeek
[SOURce<HW>]:BB:GNSS:TIME:STARt:WNUMber
- class StartCls[source]
Start commands group definition. 39 total commands, 11 Subgroups, 3 group commands
- get_tbasis() RsSmbv.enums.TimeBasis [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:STARt:TBASis value: enums.TimeBasis = driver.source.bb.gnss.time.start.get_tbasis()
Determines the time basis used to enter the simulation start time.
- return
system_time: UTC| GPS| GST| GLO| BDT| NAV
- get_to_week() float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:STARt:TOWeek value: float = driver.source.bb.gnss.time.start.get_to_week()
If time base is GPS or GST, sets the simulation start time within week set with the command [:SOURce<hw>]:BB:GNSS:TIME:STARt:WNUMber.
- return
tow: float Number of seconds since the beginning of the week Range: 0 to 604799.999
- get_wnumber() int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:STARt:WNUMber value: int = driver.source.bb.gnss.time.start.get_wnumber()
If time base is GPS or GST, sets the week number (WN) .
- return
week: integer The weeks are numbered starting from a reference time point (WN_REF=0) , that depends on the navigation standard. Range: 0 to 9999*53
- set_tbasis(system_time: RsSmbv.enums.TimeBasis) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:STARt:TBASis driver.source.bb.gnss.time.start.set_tbasis(system_time = enums.TimeBasis.BDT)
Determines the time basis used to enter the simulation start time.
- param system_time
UTC| GPS| GST| GLO| BDT| NAV
- set_to_week(tow: float) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:STARt:TOWeek driver.source.bb.gnss.time.start.set_to_week(tow = 1.0)
If time base is GPS or GST, sets the simulation start time within week set with the command [:SOURce<hw>]:BB:GNSS:TIME:STARt:WNUMber.
- param tow
float Number of seconds since the beginning of the week Range: 0 to 604799.999
- set_wnumber(week: int) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:STARt:WNUMber driver.source.bb.gnss.time.start.set_wnumber(week = 1)
If time base is GPS or GST, sets the week number (WN) .
- param week
integer The weeks are numbered starting from a reference time point (WN_REF=0) , that depends on the navigation standard. Range: 0 to 9999*53
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.time.start.clone()
Subgroups