SaTransient

SCPI Command :

[SENSe]:NR5G:DEMod:SATRansient
class SaTransientCls[source]

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

get() str[source]
# SCPI: [SENSe]:NR5G:DEMod:SATRansient
value: str = driver.applications.k14Xnr5G.sense.nr5G.demod.saTransient.get()
Selects the symbol right after the transient period.

INTRO_CMD_HELP: Prerequisites for this command

  • Select a transient period != 10 us ([SENSe:]NR5G:DEMod:TPERiod) .

return

symbol: String containing the symbol numbers as a comma separated list.

set(symbol: str) None[source]
# SCPI: [SENSe]:NR5G:DEMod:SATRansient
driver.applications.k14Xnr5G.sense.nr5G.demod.saTransient.set(symbol = 'abc')
Selects the symbol right after the transient period.

INTRO_CMD_HELP: Prerequisites for this command

  • Select a transient period != 10 us ([SENSe:]NR5G:DEMod:TPERiod) .

param symbol

String containing the symbol numbers as a comma separated list.