State

SCPI Command :

[SENSe]:NR5G:TRACking:TPUT:STATe
class StateCls[source]

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

get() bool[source]
# SCPI: [SENSe]:NR5G:TRACking:TPUT:STATe
value: bool = driver.applications.k14Xnr5G.sense.nr5G.tracking.tput.state.get()
Turns the throuput measurement on and off.

INTRO_CMD_HELP: Effects of this command

  • Number of analyzed frames is set to manual ([SENSe:]NR5G:FRAMe:COUNt:AUTO) .

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: [SENSe]:NR5G:TRACking:TPUT:STATe
driver.applications.k14Xnr5G.sense.nr5G.tracking.tput.state.set(state = False)
Turns the throuput measurement on and off.

INTRO_CMD_HELP: Effects of this command

  • Number of analyzed frames is set to manual ([SENSe:]NR5G:FRAMe:COUNt:AUTO) .

param state

ON | OFF | 1 | 0