State

SCPI Command :

[SENSe]:NR5G:TRACking:TPUT:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:NR5G:TRACking:TPUT:STATe
value: bool = driver.applications.k14Xnr5G.sense.nr5G.tracking.tput.state.get()

Turns the throuput measurement on and off. Effects of this command

  • Number of analyzed frames is set to manual (method RsFsw.applications.k14Xnr5G.sense.nr5G.frame.count.auto.set() ) .

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe]:NR5G:TRACking:TPUT:STATe
driver.applications.k14Xnr5G.sense.nr5G.tracking.tput.state.set(state = False)

Turns the throuput measurement on and off. Effects of this command

  • Number of analyzed frames is set to manual (method RsFsw.applications.k14Xnr5G.sense.nr5G.frame.count.auto.set() ) .

Parameters:

state – ON | OFF | 1 | 0