FormatPy
SCPI Command :
BUS<*>:CMSB:FRAMe<*>:CELL<*>:FORMat
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, busFrameNull=BusFrameNull.Default, busCellNull=BusCellNull.Default) BusDataFormat[source]
# BUS<*>:CMSB:FRAMe<*>:CELL<*>:FORMat value: enums.BusDataFormat = driver.bus.cmsb.frame.cell.formatPy.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busCellNull = repcap.BusCellNull.Default)
Selects the numeric data format for the command method
RsRtx.bus.cmsb.frame.cell.condition.set(), as well as for the result and honeycomb display.- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)
busCellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
cell_format: DEC | HEX | OCT | BIN
DEC: Decimal
HEX: Hexadecimal
OCT: Octal
BIN: Binary
- set(cell_format: BusDataFormat, bus=Bus.Default, busFrameNull=BusFrameNull.Default, busCellNull=BusCellNull.Default) None[source]
# BUS<*>:CMSB:FRAMe<*>:CELL<*>:FORMat driver.bus.cmsb.frame.cell.formatPy.set(cell_format = enums.BusDataFormat.ASCII, bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busCellNull = repcap.BusCellNull.Default)
Selects the numeric data format for the command method
RsRtx.bus.cmsb.frame.cell.condition.set(), as well as for the result and honeycomb display.- Parameters:
cell_format –
DEC | HEX | OCT | BIN
DEC: Decimal
HEX: Hexadecimal
OCT: Octal
BIN: Binary
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)
busCellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)