Revision
SCPI Commands :
[SOURce<HW>]:BB:EVDO:ANETwork:CCHannel:REVision:MAXimum
[SOURce<HW>]:BB:EVDO:ANETwork:CCHannel:REVision:MINimum
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_maximum() int[source]
# [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.
- Returns:
maximum: integer Range: 0 to 255
- get_minimum() int[source]
# [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.
- Returns:
minimum: integer Range: 0 to 255
- set_maximum(maximum: int) None[source]
# [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.
- Parameters:
maximum – integer Range: 0 to 255
- set_minimum(minimum: int) None[source]
# [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.
- Parameters:
minimum – integer Range: 0 to 255