SctStamp

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:SMS:OUTGoing:SCTStamp:TSOurce
CONFigure:WCDMa:SIGNaling<Instance>:SMS:OUTGoing:SCTStamp:DATE
CONFigure:WCDMa:SIGNaling<Instance>:SMS:OUTGoing:SCTStamp:TIME
class SctStamp[source]

SctStamp commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

class DateStruct[source]

Structure for reading output parameters. Fields:

  • Day: int: Range: 1 to 31

  • Month: int: Range: 1 to 12

  • Year: int: Range: 2011 to 9999

class TimeStruct[source]

Structure for reading output parameters. Fields:

  • Hour: int: Range: 0 to 23

  • Minute: int: Range: 0 to 59

  • Second: int: Range: 0 to 59

get_date()DateStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:SMS:OUTGoing:SCTStamp:DATE
value: DateStruct = driver.configure.sms.outgoing.sctStamp.get_date()

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

return

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

get_time()TimeStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:SMS:OUTGoing:SCTStamp:TIME
value: TimeStruct = driver.configure.sms.outgoing.sctStamp.get_time()

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

return

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

get_tsource()RsCmwWcdmaSig.enums.SourceTime[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:SMS:OUTGoing:SCTStamp:TSOurce
value: enums.SourceTime = driver.configure.sms.outgoing.sctStamp.get_tsource()
Selects the date and time source for service center time stamp.

INTRO_CMD_HELP: The time source ‘DATE’ is configured via the following commands:

  • method RsCmwWcdmaSig.Configure.Sms.Outgoing.SctStamp.date

  • method RsCmwWcdmaSig.Configure.Sms.Outgoing.SctStamp.time

return

source_time: CMWTime | DATE CMWTime: Windows date and time DATE: Date and time specified via remote commands

set_date(value: RsCmwWcdmaSig.Implementations.Configure_.Sms_.Outgoing_.SctStamp.SctStamp.DateStruct)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:SMS:OUTGoing:SCTStamp:DATE
driver.configure.sms.outgoing.sctStamp.set_date(value = DateStruct())

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

param value

see the help for DateStruct structure arguments.

set_time(value: RsCmwWcdmaSig.Implementations.Configure_.Sms_.Outgoing_.SctStamp.SctStamp.TimeStruct)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:SMS:OUTGoing:SCTStamp:TIME
driver.configure.sms.outgoing.sctStamp.set_time(value = TimeStruct())

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

param value

see the help for TimeStruct structure arguments.

set_tsource(source_time: RsCmwWcdmaSig.enums.SourceTime)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:SMS:OUTGoing:SCTStamp:TSOurce
driver.configure.sms.outgoing.sctStamp.set_tsource(source_time = enums.SourceTime.CMWTime)
Selects the date and time source for service center time stamp.

INTRO_CMD_HELP: The time source ‘DATE’ is configured via the following commands:

  • method RsCmwWcdmaSig.Configure.Sms.Outgoing.SctStamp.date

  • method RsCmwWcdmaSig.Configure.Sms.Outgoing.SctStamp.time

param source_time

CMWTime | DATE CMWTime: Windows date and time DATE: Date and time specified via remote commands