Test
SCPI Commands :
TEST:BBIN
TEST:FRC
TEST:LEVel
TEST:NRPTrigger
TEST:PRESet
- class TestCls[source]
Test commands group definition. 59 total commands, 14 Subgroups, 5 group commands
- get_bbin() bool [source]
# SCPI: TEST:BBIN value: bool = driver.test.get_bbin()
No command help available
- return
bbin: No help available
- get_frc() str [source]
# SCPI: TEST:FRC value: str = driver.test.get_frc()
No command help available
- return
test_freq_resp_cor: No help available
- get_level() RsSmw.enums.SelftLev [source]
# SCPI: TEST:LEVel value: enums.SelftLev = driver.test.get_level()
No command help available
- return
level: No help available
- preset() None [source]
# SCPI: TEST:PRESet driver.test.preset()
No command help available
- preset_with_opc(opc_timeout_ms: int = - 1) None [source]
# SCPI: TEST:PRESet driver.test.preset_with_opc()
No command help available
Same as preset, 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.
- set_frc(test_freq_resp_cor: str) None [source]
# SCPI: TEST:FRC driver.test.set_frc(test_freq_resp_cor = 'abc')
No command help available
- param test_freq_resp_cor
No help available
- set_level(level: RsSmw.enums.SelftLev) None [source]
# SCPI: TEST:LEVel driver.test.set_level(level = enums.SelftLev.CUSTomer)
No command help available
- param level
No help available
- set_nrp_trigger(nrp_trigger: bool) None [source]
# SCPI: TEST:NRPTrigger driver.test.set_nrp_trigger(nrp_trigger = False)
No command help available
- param nrp_trigger
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.test.clone()
Subgroups