formatFor static method

SignalValueFormat formatFor(
  1. OccurrenceAddress address
)

Returns the requested format for address, or the waveform default.

Implementation

static SignalValueFormat formatFor(OccurrenceAddress address) =>
    formatForAny([address]);