Rfports
SCPI Commands :
SCONfiguration:BEXTension:ALIGn:RFPorts
SCONfiguration:BEXTension:ALIGn:RFPorts:STATe
- class RfportsCls[source]
- Rfports commands group definition. 2 total commands, 0 Subgroups, 2 group commands - get_state() bool[source]
- # SCPI: SCONfiguration:BEXTension:ALIGn:RFPorts:STATe value: bool = driver.sconfiguration.bextension.align.rfports.get_state() - No command help available - return:
- align_state: No help available 
 
 - set() None[source]
- # SCPI: SCONfiguration:BEXTension:ALIGn:RFPorts driver.sconfiguration.bextension.align.rfports.set() - Requires an active measurement device. Triggers alignment of the RF ports and considers phase corrections. If you use an analyzer as a measurement device, RF ports alignment also considers cable length corrections. 
 - set_state(align_state: bool) None[source]
- # SCPI: SCONfiguration:BEXTension:ALIGn:RFPorts:STATe driver.sconfiguration.bextension.align.rfports.set_state(align_state = False) - No command help available - param align_state:
- No help available 
 
 - set_with_opc(opc_timeout_ms: int = -1) None[source]
- # SCPI: SCONfiguration:BEXTension:ALIGn:RFPorts driver.sconfiguration.bextension.align.rfports.set_with_opc() - Requires an active measurement device. Triggers alignment of the RF ports and considers phase corrections. If you use an analyzer as a measurement device, RF ports alignment also considers cable length corrections. - Same as set, but waits for the operation to complete before continuing further. Use the RsSmw.utilities.opc_timeout_set() to set the timeout value. - param opc_timeout_ms:
- Maximum time to wait in milliseconds, valid only for this call.