SymbolRate
SCPI Commands :
[SOURce<HW>]:BB:GRAPhics:SRATe:MODE
[SOURce<HW>]:BB:GRAPhics:SRATe:USER
- class SymbolRateCls[source]
SymbolRate commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_mode() RsSmbv.enums.TranRecSampFactMode [source]
# SCPI: [SOURce<HW>]:BB:GRAPhics:SRATe:MODE value: enums.TranRecSampFactMode = driver.source.bb.graphics.symbolRate.get_mode()
Sets how the time resolution of the signal is determined. Maximum resolution corresponds to a diagram covering the entire signal bandwidth. The higher the resolution is, the shorter the length of the displayed signal segment will be for the specified recording depth.
- return
mode: AUTO| FULL| USER
- get_user() float [source]
# SCPI: [SOURce<HW>]:BB:GRAPhics:SRATe:USER value: float = driver.source.bb.graphics.symbolRate.get_user()
(Enabled for BB:GRAPH:SRAT:MODE USER) Selects the signal bandwidth for the diagram. The setting range moves between the minimum and maximum bandwidth which is possible for the selected graphical signal display. The selection is made graphically by moving the pointer.
- return
user: float Range: 0.01 to 100, Unit: PCT
- set_mode(mode: RsSmbv.enums.TranRecSampFactMode) None [source]
# SCPI: [SOURce<HW>]:BB:GRAPhics:SRATe:MODE driver.source.bb.graphics.symbolRate.set_mode(mode = enums.TranRecSampFactMode.AUTO)
Sets how the time resolution of the signal is determined. Maximum resolution corresponds to a diagram covering the entire signal bandwidth. The higher the resolution is, the shorter the length of the displayed signal segment will be for the specified recording depth.
- param mode
AUTO| FULL| USER
- set_user(user: float) None [source]
# SCPI: [SOURce<HW>]:BB:GRAPhics:SRATe:USER driver.source.bb.graphics.symbolRate.set_user(user = 1.0)
(Enabled for BB:GRAPH:SRAT:MODE USER) Selects the signal bandwidth for the diagram. The setting range moves between the minimum and maximum bandwidth which is possible for the selected graphical signal display. The selection is made graphically by moving the pointer.
- param user
float Range: 0.01 to 100, Unit: PCT