Comment

SCPI Command :

MMEMory:STORe<n>:IQ:COMMent
class CommentCls[source]

Comment commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(store=Store.Default) str[source]
# SCPI: MMEMory:STORe<n>:IQ:COMMent
value: str = driver.massMemory.store.iq.comment.get(store = repcap.Store.Default)

Adds a comment to a file that contains I/Q data.

param store

optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)

return

comment: String containing the comment.

set(comment: str, store=Store.Default) None[source]
# SCPI: MMEMory:STORe<n>:IQ:COMMent
driver.massMemory.store.iq.comment.set(comment = 'abc', store = repcap.Store.Default)

Adds a comment to a file that contains I/Q data.

param comment

String containing the comment.

param store

optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)