Oslots
SCPI Commands :
CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:OSLots:EDRate
CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:OSLots:BRATe
- class OslotsCls[source]
Oslots commands group definition. 5 total commands, 1 Subgroups, 2 group commands
- get_brate() List[int][source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:OSLots:BRATe value: List[int] = driver.configure.bluetooth.measurement.inputSignal.oslots.get_brate()
No command help available
- return:
no_of_off_slots: No help available
- get_edrate() List[int][source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:OSLots:EDRate value: List[int] = driver.configure.bluetooth.measurement.inputSignal.oslots.get_edrate()
No command help available
- return:
no_of_off_slots: No help available
- set_brate(no_of_off_slots: List[int]) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:OSLots:BRATe driver.configure.bluetooth.measurement.inputSignal.oslots.set_brate(no_of_off_slots = [1, 2, 3])
No command help available
- param no_of_off_slots:
No help available
- set_edrate(no_of_off_slots: List[int]) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:OSLots:EDRate driver.configure.bluetooth.measurement.inputSignal.oslots.set_edrate(no_of_off_slots = [1, 2, 3])
No command help available
- param no_of_off_slots:
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.configure.bluetooth.measurement.inputSignal.oslots.clone()
Subgroups