Lo
SCPI Commands :
SCONfiguration:RFALignment:SETup:INFO:WIRing:LO:CONStellation
SCONfiguration:RFALignment:SETup:INFO:WIRing:LO:SOURce
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_constellation() RfPortWiringConf[source]
# 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.
- Returns:
constellation: DCHain | STAR DCHain Daisy chain STAR Star
- get_source() RfPortWiringSour[source]
# 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.
- Returns:
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 SMW200A (the one with SCONfiguration:RFALignment:SETup:INFO:WIRing:LO:SOURce PRIMary) .