SaTransient

SCPI Command :

[SENSe]:NR5G:DEMod:SATRansient
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# [SENSe]:NR5G:DEMod:SATRansient
value: str = driver.applications.k14Xnr5G.sense.nr5G.demod.saTransient.get()

Selects the symbol right after the transient period. Prerequisites for this command

  • Select a transient period != 10 us (method RsFsw.applications.k14Xnr5G.sense.nr5G.demod.tperiod.set() ) .

Returns:

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

set(symbol: str) None[source]
# [SENSe]:NR5G:DEMod:SATRansient
driver.applications.k14Xnr5G.sense.nr5G.demod.saTransient.set(symbol = 'abc')

Selects the symbol right after the transient period. Prerequisites for this command

  • Select a transient period != 10 us (method RsFsw.applications.k14Xnr5G.sense.nr5G.demod.tperiod.set() ) .

Parameters:

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