Revision
SCPI Commands :
[SOURce<HW>]:BB:EVDO:ANETwork:CCHannel:REVision:MAXimum
[SOURce<HW>]:BB:EVDO:ANETwork:CCHannel:REVision:MINimum
- class RevisionCls[source]
Revision commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_maximum() int [source]
# SCPI: [SOURce<HW>]:BB:EVDO:ANETwork:CCHannel:REVision:MAXimum value: int = driver.source.bb.evdo.anetwork.cchannel.revision.get_maximum()
Sets the value of the maximum revision field within the control channel message.
- return
maximum: integer Range: 0 to 255
- get_minimum() int [source]
# SCPI: [SOURce<HW>]:BB:EVDO:ANETwork:CCHannel:REVision:MINimum value: int = driver.source.bb.evdo.anetwork.cchannel.revision.get_minimum()
Sets the value of the minimum revision field within the control channel message.
- return
minimum: integer Range: 0 to 255
- set_maximum(maximum: int) None [source]
# SCPI: [SOURce<HW>]:BB:EVDO:ANETwork:CCHannel:REVision:MAXimum driver.source.bb.evdo.anetwork.cchannel.revision.set_maximum(maximum = 1)
Sets the value of the maximum revision field within the control channel message.
- param maximum
integer Range: 0 to 255
- set_minimum(minimum: int) None [source]
# SCPI: [SOURce<HW>]:BB:EVDO:ANETwork:CCHannel:REVision:MINimum driver.source.bb.evdo.anetwork.cchannel.revision.set_minimum(minimum = 1)
Sets the value of the minimum revision field within the control channel message.
- param minimum
integer Range: 0 to 255