Date
SCPI Command :
[SOURce<HW>]:BB:GNSS:ADGeneration:NAVIC:TOAData:DATE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class DateStruct[source]
Response structure. Fields:
1 Year: int: integer Range: 1980 to 9999
2 Month: int: integer Range: 1 to 12
3 Day: int: integer Range: 1 to 31
- get() DateStruct[source]
# [SOURce<HW>]:BB:GNSS:ADGeneration:NAVIC:TOAData:DATE value: DateStruct = driver.source.bb.gnss.adGeneration.navic.toaData.date.get()
Enabled for UTC or GLONASS timebase (method
RsSmbv.source.bb.gnss.adGeneration.gps.toaData.tbasis()) . Enters the date for the assistance data in DMS format of the Gregorian calendar.- Returns:
structure: for return value, see the help for DateStruct structure arguments.
- set(year: int, month: int, day: int) None[source]
# [SOURce<HW>]:BB:GNSS:ADGeneration:NAVIC:TOAData:DATE driver.source.bb.gnss.adGeneration.navic.toaData.date.set(year = 1, month = 1, day = 1)
Enabled for UTC or GLONASS timebase (method
RsSmbv.source.bb.gnss.adGeneration.gps.toaData.tbasis()) . Enters the date for the assistance data in DMS format of the Gregorian calendar.- Parameters:
year – integer Range: 1980 to 9999
month – integer Range: 1 to 12
day – integer Range: 1 to 31