RfChannel

SCPI Commands :

DELete:SIGNaling:RFCHannel
RESet:SIGNaling:RFCHannel
class RfChannelCls[source]

RfChannel commands group definition. 2 total commands, 0 Subgroups, 2 group commands

delete(cell_name: str) None[source]
# SCPI: DELete:SIGNaling:RFCHannel
driver.signaling.rfChannel.delete(cell_name = 'abc')

No command help available

param cell_name:

No help available

reset() None[source]
# SCPI: RESet:SIGNaling:RFCHannel
driver.signaling.rfChannel.reset()

No command help available

reset_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: RESet:SIGNaling:RFCHannel
driver.signaling.rfChannel.reset_with_opc()

No command help available

Same as reset, but waits for the operation to complete before continuing further. Use the RsCMX_Signaling.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms:

Maximum time to wait in milliseconds, valid only for this call.