Frequency
SCPI Commands :
SCONfiguration:BEXTension:INFO:ALIGn:FREQuency:MAXimum
SCONfiguration:BEXTension:INFO:ALIGn:FREQuency:MINimum
- class FrequencyCls[source]
Frequency commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_maximum() float [source]
# SCPI: 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.
- return:
max_freq: float Range: 3.5E9 to 67E9
- get_minimum() float [source]
# SCPI: 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.
- return:
min_freq: float Range: 3.5E9 to 67E9