Vdevice
SCPI Command :
SYSTem:COMMunicate:RDEVice:OSCilloscope:VDEVice
- class VdeviceCls[source]
Vdevice commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: SYSTem:COMMunicate:RDEVice:OSCilloscope:VDEVice value: bool = driver.applications.k18AmplifierEt.system.communicate.rdevice.oscilloscope.vdevice.get()
Queries whether the connected instrument is supported by the 2 GHz / 5 GHz bandwidth extension option(B2000/B5000) . For details see ‘Prerequisites and Measurement Setup’.
- return
valid_device: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(valid_device: bool) None [source]
# SCPI: SYSTem:COMMunicate:RDEVice:OSCilloscope:VDEVice driver.applications.k18AmplifierEt.system.communicate.rdevice.oscilloscope.vdevice.set(valid_device = False)
Queries whether the connected instrument is supported by the 2 GHz / 5 GHz bandwidth extension option(B2000/B5000) . For details see ‘Prerequisites and Measurement Setup’.
- param valid_device
No help available