Time
SCPI Command :
[SENSe]:NR5G:TRACking:TIME
- class TimeCls[source]
Time commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:NR5G:TRACking:TIME value: bool = driver.applications.k14Xnr5G.sense.nr5G.tracking.time.get()
Turns time tracking on and off.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: [SENSe]:NR5G:TRACking:TIME driver.applications.k14Xnr5G.sense.nr5G.tracking.time.set(state = False)
Turns time tracking on and off.
- param state
ON | OFF | 1 | 0