MtxId

SCPI Commands :

[SOURce<HW>]:BB:ATSM:MTXid:MID
[SOURce<HW>]:BB:ATSM:MTXid:TID
class MtxIdCls[source]

MtxId commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_mid() int[source]
# SCPI: [SOURce<HW>]:BB:ATSM:MTXid:MID
value: int = driver.source.bb.atsm.mtxId.get_mid()

Sets the market ID for the transmission.

return:

market_id: integer Range: 0 to 511

get_tid() int[source]
# SCPI: [SOURce<HW>]:BB:ATSM:MTXid:TID
value: int = driver.source.bb.atsm.mtxId.get_tid()

Sets the transmitter ID for the MTXID transmission.

return:

transmitter_id: integer Range: 0 to 31

set_mid(market_id: int) None[source]
# SCPI: [SOURce<HW>]:BB:ATSM:MTXid:MID
driver.source.bb.atsm.mtxId.set_mid(market_id = 1)

Sets the market ID for the transmission.

param market_id:

integer Range: 0 to 511

set_tid(transmitter_id: int) None[source]
# SCPI: [SOURce<HW>]:BB:ATSM:MTXid:TID
driver.source.bb.atsm.mtxId.set_tid(transmitter_id = 1)

Sets the transmitter ID for the MTXID transmission.

param transmitter_id:

integer Range: 0 to 31