Vfirmware
SCPI Command :
SYSTem:COMMunicate:RDEVice:OSCilloscope:VFIRmware
- class VfirmwareCls[source]
Vfirmware commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: SYSTem:COMMunicate:RDEVice:OSCilloscope:VFIRmware value: bool = driver.system.communicate.rdevice.oscilloscope.vfirmware.get()
Queries whether the firmware on the connected oscilloscope is supported by the 2 GHz / 5 GHz bandwidth extension (B2000/B5000) option. For details see ‘Alignment’.
- 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:VFIRmware driver.system.communicate.rdevice.oscilloscope.vfirmware.set(valid_device = False)
Queries whether the firmware on the connected oscilloscope is supported by the 2 GHz / 5 GHz bandwidth extension (B2000/B5000) option. For details see ‘Alignment’.
- param valid_device
No help available