TdView
SCPI Command :
[SENSe]:NR5G:TDView
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:NR5G:TDView value: bool = driver.applications.k14Xnr5G.sense.nr5G.tdView.get()
Turns the 3D view for selected diagrams on and off.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# [SENSe]:NR5G:TDView driver.applications.k14Xnr5G.sense.nr5G.tdView.set(state = False)
Turns the 3D view for selected diagrams on and off.
- Parameters:
state – ON | OFF | 1 | 0