Frequency
SCPI Commands :
SCONfiguration:BEXTension:INFO:ALIGn:FREQuency:MAXimum
SCONfiguration:BEXTension:INFO:ALIGn:FREQuency:MINimum
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_maximum() float[source]
# SCONfiguration:BEXTension:INFO:ALIGn:FREQuency:MAXimum value: float = driver.sconfiguration.bextension.info.align.frequency.get_maximum()
Queries the end frequency of the setup aligment procedure. Make sure, that the measurement device supports this end frequency.
- Returns:
max_freq: float Range: 3.5E9 to 67E9
- get_minimum() float[source]
# SCONfiguration:BEXTension:INFO:ALIGn:FREQuency:MINimum value: float = driver.sconfiguration.bextension.info.align.frequency.get_minimum()
Queries the start frequency of the setup aligment procedure.
- Returns:
min_freq: float Range: 3.5E9 to 67E9