Date
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIMulated:CLOCk:DATE
- class DateCls[source]
Date commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class DateStruct[source]
Response structure. Fields:
Year: int: integer Range: 1996 to 9999
Month: int: integer Range: 1 to 12
Day: int: integer Range: 1 to 31
- get(satelliteSvid=SatelliteSvid.Default) DateStruct [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIMulated:CLOCk:DATE value: DateStruct = driver.source.bb.gnss.svid.glonass.simulated.clock.date.get(satelliteSvid = repcap.SatelliteSvid.Default)
Sets the reference date.
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- return
structure: for return value, see the help for DateStruct structure arguments.
- set(year: int, month: int, day: int, satelliteSvid=SatelliteSvid.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIMulated:CLOCk:DATE driver.source.bb.gnss.svid.glonass.simulated.clock.date.set(year = 1, month = 1, day = 1, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the reference date.
- param year
integer Range: 1996 to 9999
- param month
integer Range: 1 to 12
- param day
integer Range: 1 to 31
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)