Video
SCPI Command :
[SENSe]:LIST:RANGe<ri>:BANDwidth:VIDeo
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(rangePy=RangePy.Default) float[source]
# [SENSe]:LIST:RANGe<ri>:BANDwidth:VIDeo value: float = driver.sense.listPy.range.bandwidth.video.get(rangePy = repcap.RangePy.Default)
Defines the video bandwidth for a spurious emission measurement range. The sweep list cannot be configured using remote commands during an on-going sweep operation.
- Parameters:
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- Returns:
vbw: Video bandwidth. Refer to the specifications document for available video bandwidths. Unit: Hz
- set(vbw: float, rangePy=RangePy.Default) None[source]
# [SENSe]:LIST:RANGe<ri>:BANDwidth:VIDeo driver.sense.listPy.range.bandwidth.video.set(vbw = 1.0, rangePy = repcap.RangePy.Default)
Defines the video bandwidth for a spurious emission measurement range. The sweep list cannot be configured using remote commands during an on-going sweep operation.
- Parameters:
vbw – Video bandwidth. Refer to the specifications document for available video bandwidths. Unit: Hz
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)