Date

SCPI Command :

CONFigure:LTE:SIGNaling<Instance>:SMS:OUTGoing:SCTStamp:DATE
class DateCls[source]

Date commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class DateStruct[source]

Response structure. Fields:

  • Day: int: integer Range: 1 to 31

  • Month: int: integer Range: 1 to 12

  • Year: int: integer Range: 2011 to 9999

get() DateStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<Instance>:SMS:OUTGoing:SCTStamp:DATE
value: DateStruct = driver.configure.sms.outgoing.sctStamp.date.get()

Specifies the date of the service center time stamp for the time source DATE (see method RsCmwLteSig.Configure.Sms. Outgoing.SctStamp.tsource) .

return:

structure: for return value, see the help for DateStruct structure arguments.

set(day: int, month: int, year: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<Instance>:SMS:OUTGoing:SCTStamp:DATE
driver.configure.sms.outgoing.sctStamp.date.set(day = 1, month = 1, year = 1)

Specifies the date of the service center time stamp for the time source DATE (see method RsCmwLteSig.Configure.Sms. Outgoing.SctStamp.tsource) .

param day:

integer Range: 1 to 31

param month:

integer Range: 1 to 12

param year:

integer Range: 2011 to 9999