SbTransient

SCPI Command :

[SENSe]:NR5G:DEMod:SBTRansient
class SbTransientCls[source]

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

get() str[source]
# SCPI: [SENSe]:NR5G:DEMod:SBTRansient
value: str = driver.applications.k14Xnr5G.sense.nr5G.demod.sbTransient.get()
Selects the symbol right before 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:SBTRansient
driver.applications.k14Xnr5G.sense.nr5G.demod.sbTransient.set(symbol = 'abc')
Selects the symbol right before 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.