Comment

SCPI Command :

MMEMory:STORe<n>:IQ:COMMent
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(store=Store.Default) str[source]
# MMEMory:STORe<n>:IQ:COMMent
value: str = driver.applications.k60Transient.massMemory.store.iq.comment.get(store = repcap.Store.Default)

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

Parameters:

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

Returns:

comment: String containing the comment.

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

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

Parameters:
  • comment – String containing the comment.

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