SctStamp

SCPI Command :

CONFigure:LTE:SIGNaling<Instance>:SMS:OUTGoing:SCTStamp:TSOurce
class SctStampCls[source]

SctStamp commands group definition. 3 total commands, 2 Subgroups, 1 group commands

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

INTRO_CMD_HELP: The date and time for the source DATE is configured via the following commands:

  • method RsCmwLteSig.Configure.Sms.Outgoing.SctStamp.Date.set

  • method RsCmwLteSig.Configure.Sms.Outgoing.SctStamp.Time.set

return:

source_time: CMWTime | DATE CMWTime: Current date and time of the operation system DATE: Date and time specified via remote commands

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

INTRO_CMD_HELP: The date and time for the source DATE is configured via the following commands:

  • method RsCmwLteSig.Configure.Sms.Outgoing.SctStamp.Date.set

  • method RsCmwLteSig.Configure.Sms.Outgoing.SctStamp.Time.set

param source_time:

CMWTime | DATE CMWTime: Current date and time of the operation system DATE: Date and time specified via remote commands

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.sms.outgoing.sctStamp.clone()

Subgroups