Lo
SCPI Commands :
SCONfiguration:RFALignment:SETup:INFO:WIRing:LO:CONStellation
SCONfiguration:RFALignment:SETup:INFO:WIRing:LO:SOURce
- class LoCls[source]
Lo commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_constellation() RsSmw.enums.RfPortWiringConf [source]
# SCPI: SCONfiguration:RFALignment:SETup:INFO:WIRing:LO:CONStellation value: enums.RfPortWiringConf = driver.sconfiguration.rfAlignment.setup.info.wiring.lo.get_constellation()
Queries the connection method used to distribute the LO frequency signal.
- return
constellation: DCHain| STAR DCHain Daisy chain STAR Star
- get_source() RsSmw.enums.RfPortWiringSour [source]
# SCPI: SCONfiguration:RFALignment:SETup:INFO:WIRing:LO:SOURce value: enums.RfPortWiringSour = driver.sconfiguration.rfAlignment.setup.info.wiring.lo.get_source()
Queries if the current instrument uses its own or an external LO signal.
- return
source: PRIMary| EXTernal PRIMary The instrument uses its LO signal and provides it to the other instruments. EXTernal The instrument uses an external LO signal, for example from other R&S SMW (the one with SCONfiguration:RFALignment:SETup:INFO:WIRing:LO:SOURce PRIMary) .